ssl: fix renewal for domain name without subdomain

This commit is contained in:
ibizaman 2025-12-08 09:53:23 +01:00
parent 46044c0c60
commit 73a36b9d8c

View file

@ -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";