Question

SSL from letsencrypt.org has expired and dev is afk. Help!

My dev is afk this weekend and the SSL expired yesterday. Site is now giving users a privacy error: maxonall.com https://www.ssllabs.com/ssltest/analyze.html?d=maxonall.com

I need to either:

  1. renew the SSL
  2. make it so the site doesnt require https

I am not a dev but have root access (dangerous right!?). Timing is important as we have a lot of users heading to the site in 1 hour. Any help is appreciated.


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.

Accepted Answer

@landonswan

If you’re not familiar with the CLI, I would recommend trying to get in touch with your developer before tinkering around in areas you’ve not worked with. That being said, what you’re wanting to do can be done relatively easy and, so long as you’re careful, you shouldn’t run in to any issues.

To start, login to your Droplet an run the following command (this simply lists all files and directories)

ls -al /etc/letsencrypt

Do you see your domains’ SSL certificate in there? If so, we should be able to use certbot to renew the SSL certificate for your domain and simply restart Apache/NGINX for the changes to take effect.

If it’s not, then the process gets a little more hands on as you’ll need to create a new SSL certificate, modify Apache/NGINX configuration, save, and restart before the changes will take effect.

What’s your OS (Operating System)?

Try DigitalOcean for free

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

Sign up

Get our biweekly newsletter

Sign up for Infrastructure as a Newsletter.

Hollie's Hub for Good

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

Become a contributor

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

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