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.
I ran this command: certbot certonly -d cps-parts.com
It produced this output:Certbot failed to authenticate some domains (authenticator: manual). The Certificate Authority reported these problems:
Domain: cps-parts.com
Type: dns
Detail: DNS problem: NXDOMAIN looking up TXT for _acme-challenge.cps-parts.com - check that a DNS record exists for this domain
My web server is (include version): apache 2.4
The operating system my web server runs on is (include version): centos
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): no
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): certbot 1.31.0
I can see the TXT record being added to the GoDaddy DNS manager and I can find the record with dig -t TXT, but still failing authentication. Is this a problem with GoDaddy?
Is there a TXT record there right now? Because I don't see one. And Let's Encrypt Servers did not see one for that cert request.
Could you create one with a test value so we can check. There must be some difference between the panel you use to update it and the results in the public DNS system. If you place a TXT record we will check this.
If you're manually adding/removing the TXT RR, there's nothing unattended regarding renewals. That's only possible if the adding/removing of the TXT RR is done automatically.
The Let's Encrypt servers query the authoritive DNS servers directly. So, whatever delay is needed is only for your auth servers to sync your change. There is no "propagation" delay like with resolvers.
With --manual you just have to wait as Osiris already noted. You could use the below site to query the auth servers and watch for the TXT record you placed to show up. https://unboundtest.com
You could do it with a dig command too. But, query the auth server(s) directly and don't rely on your resolver.