nginx: generate certificates for custom domains and subdomains
This commit is contained in:
@@ -29,6 +29,7 @@ in
|
||||
enable = true;
|
||||
virtualHosts."${cfg.fqdn}" = {
|
||||
serverName = cfg.fqdn;
|
||||
serverAliases = cfg.certificateDomains;
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
acmeRoot = acmeRoot;
|
||||
|
||||
Reference in New Issue
Block a user