My domain is: tgdating.top
I ran this command: certbot -v --nginx
It produced this output: 2024-06-24 12:18:44,429:DEBUG:certbot._internal.display.obj:Notifying user:
Certbot failed to authenticate some domains (authenticator: nginx). The Certificate Authority reported these problems:
Domain: tgdating.top
Type: dns
Detail: DNS problem: server failure at resolver looking up A for tgdating.top; DNS problem: looking up AAAA for tgdating.top: DNSSEC: DNSKEY Missing
Hint: The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet.
My web server is (include version): nginx/1.18.0
The operating system my web server runs on is (include version): ubuntu 22.04
I can login to a root shell on my machine : yes
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): certbot 2.11.0
Could not issue cert for main domain, its failed dns lookup.
But letsdebug shows me that I pass all challenges.
How to fix it and pass challenge?