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