Hi… I have no idea what I’m doing here.
Just a few days ago we started getting an SSL warning which I am absolutely unable to resolve myself nor do I know anyone familiar enough with DigitalOcean to navigate this issue… :|
I was told by the original developer of the website that there was an open-source SSL that was suppose to auto-renew based on a timer but for whatever reason this didn’t happen and he said that the timer just needed to be manually reset using some sort of command line in the console, but I am clueless as to how to do this. Can someone help? :|
Thank you!
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!
Hi,
Do you have any Control Panel installed on this Droplet or just plain server. As per control panel the provider might vary, on plain server it either certbot or Let’s Encrypt.
You need to check exactly what is installed to provision the opensource SSL.
Please run this command on the server:
crontab -l
or
sudo crontab -l
This will show if there is anything listed in your crontab (the task manager of Linux)
Without knowing more about what was setup, my guess would be that they setup either certbot or Let’s Encrypt on your server and the CRON is either failing, or isn’t correct.
If nothing shows in the commands provided by @hansen , try running:
letsencrypt --help
and/or
certbot --help
The command that responds in this case would be the one that is installed. From there, we can then help get the certificate renewed if it needs to be.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
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
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.