vhost for step-ca

This commit is contained in:
Luj 2023-06-14 12:27:40 +02:00
parent e526cc3628
commit fb1c1d9b99
Signed by: luj
GPG key ID: 6FC74C847011FD83
2 changed files with 13 additions and 2 deletions

View file

@ -81,7 +81,7 @@ in
mkVPNSubdomain = name: port: {
luj.nginx.enable = true;
security.acme.certs."${name}.luj".server = "https://ca.luj:8444/acme/acme/directory";
security.acme.certs."${name}.luj".server = "https://ca.luj/acme/acme/directory";
services.nginx.virtualHosts."${name}.luj" = {
forceSSL = true;
enableACME = true;