Hi all, I'm banging my head since days to get done renewal of my domains. Sample:
My domain is: adopteunmanchot.com
I ran this command: certbot certonly --dns-rfc2136 --dns-rfc2136-credentials /etc/bind/rfc2136/ini --dns-rfc2136-propagation-seconds 360 -d adopteunmanchot.com
It produced this output:Saving debug log to /var/log/letsencrypt/letsencrypt.log
Requesting a certificate for adopteunmanchot.com
Encountered exception during recovery: certbot.errors.PluginError: Encountered error when making query: The DNS operation timed out.
Encountered error when making query: The DNS operation timed out.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
My web server is (include version):
The operating system my web server runs on is (include version): Debian12
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don't know):yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot):certbot 2.1.0
I got also the error if I use renew
root@keewi:~# certbot renew
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Processing /etc/letsencrypt/renewal/adopteunmanchot.com.conf
Renewing an existing certificate for *.adopteunmanchot.com and adopteunmanchot.com
Certbot failed to authenticate some domains (authenticator: manual). The Certificate Authority reported these problems:
Domain: adopteunmanchot.com
Type: unauthorized
Detail: No TXT record found at _acme-challenge.adopteunmanchot.com
Domain: adopteunmanchot.com Type: unauthorized
Detail: No TXT record found at _acme-challenge.adopteunmanchot.com
Hint: The Certificate Authority failed to verify the DNS TXT records created by the --manual-auth-hook. Ensure that this hook is functioning correctly and tha
t it waits a sufficient duration of time for DNS propagation. Refer to "certbot --help manual" and the Certbot User Guide.
Failed to renew certificate adopteunmanchot.com with error: Some challenges have failed.
I use bind and manage myself the DNS servers. This setup was working like ages, DNS entries are OK as shown with https://unboundtest.com/m/TXT/_acme-challenge.adopteunmanchot.com or dig -t TXT _acme-challenge.adopteunmanchot.com
What could be the problem ?
Thanks for your support
Daniel