Question

How to install SSL certificate from Comodo SSL to website hosted in Droplets

I have renewed my SSL certificate from Comodo website and i want to install it to the website hosted in a droplet hosted in Digital Ocean, what are the steps to install this ?


Submit an answer


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!

Sign In or Sign Up to Answer

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.

Hi there,

As this is a renewal, what you could do is SSH to your Droplet, and change the contents of your existing SSL certificate files. Then you would just need to restart your webserver.

To find the locations of the SSL certificate files, you can check your webserver configuration. For example:

  • For Apache, check the /etc/apache2/sites-enabled directory and look for the 443 virtual host associated with your website.
  • For Nginx, check the /etc/nginx/sites-enabled directory and look for the 443 server block associated with your website.

If it is a new installation you can follow the steps here:

https://www.digitalocean.com/community/tutorials/how-to-install-an-ssl-certificate-from-a-commercial-certificate-authority

Feel free to share more details about your setup and I can advise you further.

Best,

Bobby

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up