ssl: fix renewal for domain name without subdomain
This commit is contained in:
parent
248317adb5
commit
73f2076000
1 changed files with 1 additions and 1 deletions
|
|
@ -495,7 +495,7 @@ in
|
|||
[
|
||||
{
|
||||
"${name}" = {
|
||||
extraDomainNames = [ certCfg.domain ] ++ certCfg.extraDomains;
|
||||
extraDomainNames = certCfg.extraDomains;
|
||||
email = certCfg.adminEmail;
|
||||
enableDebugLogs = certCfg.debug;
|
||||
server = lib.mkIf certCfg.stagingServer "https://acme-staging-v02.api.letsencrypt.org/directory";
|
||||
|
|
|
|||
Loading…
Reference in a new issue