Following through the tutorial (https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-18-04), when trying to obtain an SSL cert in Step-4 (sudo certbot --nginx -d <mydomain>.com -d www.<mydomain>.com), I get the following error:
The following errors were reported by the server:
Domain: www.<mydomain>.com Type: None Detail: DNS problem: NXDOMAIN looking up A for www.<mydomain>.com
Domain: <mydomain>.com Type: None Detail: DNS problem: NXDOMAIN looking up A for <mydomain>.com - check that a DNS record exists for this domain
I have done this many times in the past for other domains and this is the first time I get an error. I have made all the prerequisites mentioned at the beginning of the article, as always, but still I cannot figure where the problem is.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Accepted Answer
Hi there,
It looks like that your domain name either does not have an A record or the A record is not pointing to the Droplet’s IP address.
I could recommend checking your DNS records via this tool here and making sure that the IP address matches the IP of your Droplet:
https://www.digitalocean.com/community/tools/dns
Let me know how it goes. Regards, Bobby
Hi Bobby,
Thanks for your prompt reply. Actually there was a “silly” mistake. The configuration is right but since this is a new site I had to wait a couple of hours because the DNSs have not been updated. Everything is ok now. Thank again.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.