Question
Where are the entries of TXT records?
Hi all
I am trying to setup DNS01 for my subdomains and have done the following:
sudo certbot certonly \
--dns-digitalocean \
--dns-digitalocean-credentials dns-secret.ini \
-d "*.tool.databaker.io" \
-d "*.service.databaker.io"
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator dns-digitalocean, Installer None
The installation was successful but on the DigitalOcean Domain
platform, I can not see any TXT entries like:
_acme-challenge
_acme-challenge.www
_acme-challenge.staging
_acme-challenge.staging.stage1
as describes on https://dev.to/michaeldscherr/lets-encrypt-ssl-certificate-via-dns-challenge-8dd.
What am I doing wrong?
Thanks
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×