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

Become a contributor for community

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

DigitalOcean Documentation

Full documentation for every DigitalOcean product.

Resources for startups and SMBs

The Wave has everything you need to know about building a business, from raising funding to marketing your product.

Get our newsletter

Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.

New accounts only. By submitting your email you agree to our Privacy Policy

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.