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 ?
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.
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:
/etc/apache2/sites-enabled
directory and look for the 443 virtual host associated with your website./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