smallstep binds to 0.0.0.0:8443
All checks were successful
Build hosts / build-hosts (pull_request) Successful in 20s
Flake check / flake-check (pull_request) Successful in 20s

This commit is contained in:
sid 2026-04-19 01:07:26 +02:00
parent bca37c6ed7
commit 27c7af4bef

View file

@ -11,7 +11,7 @@ in
{ {
services.step-ca = { services.step-ca = {
enable = true; enable = true;
address = "127.0.0.1"; address = "0.0.0.0";
port = 8443; port = 8443;
openFirewall = true; openFirewall = true;
intermediatePasswordFile = config.sops.secrets."step-ca/password".path; intermediatePasswordFile = config.sops.secrets."step-ca/password".path;