I am using Digital Ocean to manage my domains. I am trying to deploy my static site via Netlify with HTTPS support, but it requires me to install custom certificate, which needs certificate, private key, and intermediate certs.
I generated a free cert in Digital Ocean with Let’s Encrypt, however, in the dashboard, it only tells me fingerprint (SHA1).
Is there any way I can obtain certificate, private key, and intermediate certs so that I can provide them to Netlify domain management
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!
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.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Hello,
The certificates created in your DigitalOcean account will only work for our Load Balancers product, and not for another hosting. So, you won’t be able to see the certificate, private key, and intermediate certificate on the Droplet or account.
If you want to certificate for the web-server, depending on the web-server you are running the following guides will help you get your SSLs installed using Letsencrypt as well as set up automatic renewal.
Nginx: https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-16-04
Apache: https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-16-04
If you are still having any doubt, it may be best to reach out to our Support team with your registered email account. Let me know if you have any other questions.