Compare commits

..

2 commits

Author SHA1 Message Date
sid
3a42d93302 Merge pull request 'smallstep binds to 0.0.0.0:8443' (#29) from develop into master
All checks were successful
Deploy configs / deploy-configs (push) Successful in 23s
Reviewed-on: #29
2026-04-19 01:09:41 +02:00
sid
27c7af4bef 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
2026-04-19 01:07:37 +02:00

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;