Question

How to setup Let's encrypt ssl certificate to an installed wordpress droplet?

Hi, I am new to DigitalOcean. I have my wordpress site up and running now. But I want to install Let’s Encrypt ssl certificate to the site. Can you please advise on how to do it? Since I was using the wizard to install the wordpress website, I am not sure nginx is already installed in the droplet. And I am seeing in the videos that Let’s Encrypt ssl can be installed with nginx. But I afraid if I install NGINX it will break my hosted site. Please help on 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 @rupeshjellyfish,

You can install Let’s Encrypt SSL certificates on popular web servers, such as Nginx and Apache.

We can verify that the Nginx is installed and check its version by using the following command:

$ nginx -v

If Nginx is installed successfully then the webserver should already be up and running:

$ systemctl status nginx

For Apache, you can try:

$ systemctl status apache2

Hope that helps you,

Sergio Turpín

KFSys
Site Moderator
Site Moderator badge
October 21, 2022

Hi @rupeshjellyfish,

There are tools that you can use that will help you automatically to redirect HTTP to HTTPS traffic. In this day and age, HTTP shouldn’t be used at all and everything should be loaded via HTTPS so you are on the right track! Regarding the HOW TO, you need to use a package called certbot. This is the best article you can give read to:

https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-20-04

It will explain to you how to install the Certbot package and install Let’s Encrypt with it, a free SSL you can use. Additionally, certbot will automatically configure your Nginx so that your Domain redirects from HTTP to HTTPS.

Try DigitalOcean for free

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

Sign up

card icon
Get our biweekly newsletter

Sign up for Infrastructure as a Newsletter.

Sign up
card icon
Hollie's Hub for Good

Working on improving health and education, reducing inequality, and spurring economic growth? We’d like to help.

Learn more
card icon
Become a contributor

You get paid; we donate to tech nonprofits.

Learn more
Welcome to the developer cloud

DigitalOcean makes it simple to launch in the cloud and scale up as you grow – whether you’re running one virtual machine or ten thousand.

Learn more ->
DigitalOcean Cloud Control Panel
Get started for free

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.

© 2023 DigitalOcean, LLC.