URGENT: Can't renew expired cert #1637
-
Hi, I get an error when I try and renew the cert for my site, this is because I accidentally let it expire so now it's giving a guzzle error. I found this solution: https://community.easyengine.io/t/ssl-renewal-error-php-fatal-error-uncaught-guzzlehttp/12747/2 But a couple of things, in there it says: "Just rename the cert file for your domain from: /opt/easyengine/services/nginx-proxy/certs to something new" However, my structure is slightly diff, it is: /opt/easyengine/services/nginx-proxy/acme-conf/certs And, within there is a directory named after my site, there are no .crt files to be found. Within the directory for my site, there is a private and public folder with .pem files? Any assistance would be hugely appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Miraculously I stumbled upon the fix by chance very quickly after posting this. First I used: ee cli update --stable then I was able to renew the cert with: ee site ssl-renew website.com Hope it helps someone who also encounters this issue! |
Beta Was this translation helpful? Give feedback.
Miraculously I stumbled upon the fix by chance very quickly after posting this.
First I used:
ee cli update --stable
then I was able to renew the cert with:
ee site ssl-renew website.com
Hope it helps someone who also encounters this issue!