Attempt to fix DNS ACME

This commit is contained in:
Vili Sinervä 2025-01-07 14:48:50 +02:00
parent 0d5e4d697f
commit f021520b99
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -44,6 +44,10 @@
dnsProvider = "ovh";
group = "nginx";
server = "https://acme-staging-v02.api.letsencrypt.org/directory";
extraLegoFlags = [
"--dns.propagation-wait"
"60s"
];
};
};
}