Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: tomservo.dev
I ran this command:
sudo certbot certonly --dns-digitalocean --dns-digitalocean-propagation-seconds 30 --dns-digitalocean-credentials /home/pi/certbot.ini -d 'tomservo.dev'
It produced this output:
Certbot failed to authenticate some domains (authenticator: dns-digitalocean). The Certificate Authority reported these problems:
Domain: tomservo.dev
Type: dns
Detail: DNS problem: SERVFAIL looking up TXT for _acme-challenge.tomservo.dev - the domain's nameservers may be malfunctioning
My web server is (include version): Nginx
The operating system my web server runs on is (include version): raspbian
My hosting provider, if applicable, is: self hosted, DNS and Name Servers Via Digital Ocean
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): Digital Ocean
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): 1.22.0
I'm using the digital ocean certbot pluigin, originally i tried to renw and it failed the same way. I can log into digital ocean and see the TXT record get created. I used this method previously and it seems to have just broken?
When i log verbose, it gets an HTTP 200 from digital ocean. But it seems to be failing in trying to read the txt record. Any ideas?