My domain is: ordermade.com
I ran this command:
certbot certonly --cert-name ordermade --dns-rfc2136 --dns-rfc2136-credentials certbot-rfc2136.ini -d *.ordermade.com -d ordermade.com
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator dns-rfc2136, Installer None
Obtaining a new certificate
Performing the following challenges:
dns-01 challenge for ordermade.com
dns-01 challenge for ordermade.ws
dns-01 challenge for ordermade.com
dns-01 challenge for ordermade.ws
My web server is (include version): apache2 2.4.41-4ubuntu3.9
The operating system my web server runs on is (include version): Ubuntu 20.04.4 LTS (focal)
My hosting provider, if applicable, is: DigitalOcean (although it is not applicable since I use my own BIND9 server)
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): no
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): certbot 0.40.0
Version of bind: 1:9.16.1-0ubuntu2.9
The logs show everything is working fine, except that the last JSON says "status": "pending"
and nothing else happens... Also, I never get the DNS TXT
change happening in the ordermade.com zone. I have some other domains (beepbrake.app) which worked just fine (i.e. I pretty much immediately saw the "Waiting 60 seconds for DNS changes to propagate" message and after a minute or so, I got the certificate). I'm at a loss now.
Also, using nsupdate
from another computer (not local, not from the secondary DNS), I can add the TXT
field as expected.