Hi, on debian 11 with Bind9 9.16 with DNSSEC and certbot 1.12, renew cerificate failed
My domain is:
flaman-h7a.fr
I ran this command:
certbot certonly --force-renew --dry-run --domain "flaman-h7a.fr" --domain "*.flaman-h7a.fr" --csr /etc/letsencrypt/live-ecdsa/wildcard.flaman-h7a.fr/csr-p384.pem --manual
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator manual, Installer None
Performing the following challenges:
dns-01 challenge for flaman-h7a.fr
http-01 challenge for flaman-h7a.fr
Please deploy a DNS TXT record under the name
_acme-challenge.flaman-h7a.fr with the following value:
sf30tEAKo3pwDtqgWmKeSiECdhhRLFgIKF0R6HSFWgU
Before continuing, verify the record is deployed.
Press Enter to Continue
Create a file containing just this data:
MJgX-ocJMXGW2At_l2hh6ue4RdHw8jX3CEFvBgQ-IrI.92gCFMxEbYFkpRt9UXD5W5f7VzouDuSN7o6eV7MZP2U
And make it available on your web server at this URL:
http://flaman-h7a.fr/.well-known/acme-challenge/MJgX-ocJMXGW2At_l2hh6ue4RdHw8jX3CEFvBgQ-IrI
(This must be set up in addition to the previous challenges; do not remove,
replace, or undo the previous challenge tasks yet.)
Press Enter to Continue
Waiting for verification...
Challenge failed for domain flaman-h7a.fr
Challenge failed for domain flaman-h7a.fr
http-01 challenge for flaman-h7a.fr
dns-01 challenge for flaman-h7a.fr
Cleaning up challenges
Some challenges have failed.
IMPORTANT NOTES:
-
The following errors were reported by the server:
Domain: flaman-h7a.fr
Type: dns
Detail: DNS problem: SERVFAIL looking up A for flaman-h7a.fr - the
domain's nameservers may be malfunctioning; DNS problem: SERVFAIL
looking up AAAA for flaman-h7a.fr - the domain's nameservers may be
malfunctioningDomain: flaman-h7a.fr
Type: dns
Detail: DNS problem: SERVFAIL looking up TXT for
_acme-challenge.flaman-h7a.fr - the domain's nameservers may be
malfunctioning
The DNS TXT propagation is good and the http challenge also.
My web server is (include version):
traefik/nginx
This error is reproduced without DNSSEC also
Thanks for your help.
Regards