mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 18:09:06 +02:00
vhost for step-ca
This commit is contained in:
parent
e526cc3628
commit
fb1c1d9b99
2 changed files with 13 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue