My domain is:
genesys.works
I ran this command:
sudo certbot certonly --manual --manual-auth-hook /etc/letsencrypt/acme-dns-auth.py --preferred-challenges dns --debug-challenges --cert-name genesys.works -d *.genesys.works -d genesys.works
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Requesting a certificate for *.genesys.works and genesys.works
Hook '--manual-auth-hook' for genesys.works ran with output:
Please add the following CNAME record to your main DNS zone:
_acme-challenge.genesys.works CNAME 2dce1f6c-0d77-4f2a-8fae-6ebda8db4ac9.auth.acme-dns.io.
Challenges loaded. Press continue to submit to CA.
Pass "-v" for more info about challenges.
Press Enter to Continue
Certbot failed to authenticate some domains (authenticator: manual). The Certificate Authority reported these problems:
Domain: genesys.works
Type: dns
Detail: DNS problem: NXDOMAIN looking up TXT for _acme-challenge.genesys.works - check that a DNS record exists for this domain
Domain: genesys.works
Type: dns
Detail: DNS problem: NXDOMAIN looking up TXT for _acme-challenge.genesys.works - check that a DNS record exists for this domain
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 that it waits a sufficient duration of time for DNS propagation. Refer to "certbot --help manual" and the Certbot User Guide.
Some challenges have failed.
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): Nginx
The operating system my web server runs on is (include version): Ubuntu 18.04
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): certbot 2.6.0
I was asked to create a CNAME record which I did. After hitting , the request failed saying that it couldn't find a TXT record. What is it that it needs? A CNAME record, or a TXT record?