ACME dnsPropagationCheck = false
This commit is contained in:
@@ -22,6 +22,7 @@ in
|
||||
email = "${cfg.username}@${cfg.domain}";
|
||||
server = if cfg.dns.useStagingACME then "https://acme-staging-v02.api.letsencrypt.org/directory" else "https://acme-v02.api.letsencrypt.org/directory";
|
||||
reloadServices = [ "nginx" ];
|
||||
dnsPropagationCheck = false;
|
||||
};
|
||||
certs = {
|
||||
"${cfg.domain}" = {
|
||||
|
Reference in New Issue
Block a user