how to setup ssl
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.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hello @friendlyseagreenjellyfish
In first place you’ll need to obtain the SSL Certificate itself, this can happen via commercial SSL provider or via Let’s Encrypt for example. Then you can install the SSL on your droplet for the domain name.
Here is a step by step guide on how to complete the process:
As mentioned you can also use Let’s Encrypt to obtain a free SSL certificate and automate the process.
Here are the guides for setting up SSL with Let’s Encrypt for popular web servers:
You can follow our tutorial here:
https://docs.digitalocean.com/support/how-do-i-install-an-ssl-certificate-on-a-droplet/
Hope that this helps!