Report this

What is the reason for this report?

How do I apply a Let's Encrypt SSL Certificate to a Wordpress Droplet?

Posted on June 16, 2017

There are two tutorials that I have been bouncing back and forth between. They are:

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

and

https://www.digitalocean.com/community/tutorials/how-to-create-a-ssl-certificate-on-apache-for-ubuntu-14-04

Neither of these tutorials actually work. I’m sure they work for some, but these haven’t worked for me.

I’ve gone back and forth with support about this when finally they said:

I see the problem now. Certbot only attempts connection via HTTPS when using the Apache plugin. So we are going to use the manual webroot plugin instead for first time setup. Try running this command instead:

sudo certbot certonly --webroot -w /var/www/html -d domain.org -d www.domain.org

So, that creates the cert, but then the instructions don’t work anymore.

I can’t be the first person to be doing this. Any suggestions on what to do next?



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.

Hello,

If you are running Apache, then I would suggest using the following command:

sudo certbot --apache -d example.com -d www.example.com

If this does not work, you could share the error that you are getting here so that I could try to advise further.

Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.