Please fill out the fields below so we can help you better.
My domain is: I prefer not to mention for security reasons
I ran this command: certbot certonly --dns-route53 -d $DOMAIN -d *.DOMAIN --agree-tos -n
It produced this output:
Type: dns
Detail: DNS problem: NXDOMAIN looking up TXT for _acme-challenge.DOMAIN - check that a DNS record exists for this domain
Hint: The Certificate Authority failed to verify the DNS TXT records created by --dns-route53. Ensure the above domains are hosted by this DNS provider, or try increasing --dns-route53-propagation-seconds (currently 10 seconds).
Some challenges have failed.
Type: dns
Detail: DNS problem: NXDOMAIN looking up TXT for _acme-challenge.DOMAIN - check that a DNS record exists for this domain
Hint: The Certificate Authority failed to verify the DNS TXT records created by --dns-route53. Ensure the above domains are hosted by this DNS provider, or try increasing --dns-route53-propagation-seconds (currently 10 seconds).
Some challenges have failed.
My hosting provider, if applicable, is: route53
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): Being tested with 0.40 and 2.4
I have already installed certbot and dns-route-53 plugin, the keys of aws are correct and policies etc associated are correct too as it doesn't complain about this anymore (if it is a permission issue there is an error message that says it)
certbot and dns-route53 plugin look ok. I just don't understand what the acme challenge error means and to which txt is referring too. This with other domains that are not the main wildcard was working perfectly and i was able to create certificates, but with this wildcard domain I am facing the issue mentioned above. I did a lot of testing, but not sure what is about exactly.
Thank you for your help
guille