Hi you all,
I’m new to Digital Ocean and am experiencing the benefits as well as some unknown things.
This is my problem: On our cloud we want to install a Let’s Encrypt SSL certificate. When trying to add a New Certificate I get this message:
“One or more DigitalOcean Name Server not found for domain”
and a certificate is not added.
I am not experienced with name servers, so what to do now?
Background info:
Thanks for any help.
E.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hi @isimedianl,
What I could suggest in this case is just using
certbot
to issue and install your Let’s Encrypt SSL certificate.If you are using Apache as your web server, you could follow this step by step tutorial here on how to do that:
https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-18-04
If you are using Nginx, you could follow the steps here:
https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-18-04
Hope that this helps! Regards, Bobby