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

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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.
Accepted Answer
Hello, @internetjason
It seems like your SSL Certificate has expired. Could you please post the versions of your installed Certbot packages? In particular python3-acme.
dpkg-query -l | grep certbot
If it is not at 0.31.0-2, perhaps try to forcefully upgrade it:
sudo apt update && apt install --only-upgrade python3-acme
And then try to renew the certificate again and execute the –dry-run as well.
Let me know how it goes.
Regards, Alex
I had a similar, maybe not related, issue recently with our litespeed server. Went in to perform a renewal and it wasn’t needed. However, on my browser it was telling me the connection wasn’t secure and the cert had an older date.
This was resolved when I performed a graceful restart on the litespeed panel. This has happened before. Not sure if there is some kind of cache issue.