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
All checks were successful
Deploy configs / deploy-configs (push) Successful in 23s
Reviewed-on: #29
This commit is contained in:
commit
3a42d93302
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ in
|
|||
{
|
||||
services.step-ca = {
|
||||
enable = true;
|
||||
address = "127.0.0.1";
|
||||
address = "0.0.0.0";
|
||||
port = 8443;
|
||||
openFirewall = true;
|
||||
intermediatePasswordFile = config.sops.secrets."step-ca/password".path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue