SSL problem

Hello folks,

My SSL certificate didn’t update automatically, it’s now expired and I can’t even renew it. it gives a message " Cannot renew SSL cert. your cert is already expired"

Any help will be appreciated Thanks in advance.

Hello,

you can find the solution here :

Thanks, but " sudo rm /etc/letsencrypt/renewal/mydomain.com" returned with “no such directory”

and there are still traces

What shall I do?

Thanks in advance

You can use the following command to see if there are other certs to remove :

find /etc/letsencrypt/  -iname "*.pem"

Otherwise, you can try :

ee site update yourdomain.tld --letsencrypt=off

ee site update yourdomain.tld --letsencrypt=renew

or 

ee site update yourdomain.tld --letsencrypt