-
|
Hello everyone, Thank you for your good work. I (and two other of my friends) all have the same problem: Is this behavior correct or is there a way to automate this? Has anyone had a similar problem and been able to solve it? Thank you all very much. |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 17 replies
-
|
Does nobody here have the same behaviour? My certificates expire again in 21 days and I have to renew them manually. Is there a log where I can run checks? Is there any other approach I can check? There must be some way to fix the problem. |
Beta Was this translation helpful? Give feedback.
-
|
Hello everyone, I just wanted to get back to you and let you know that I was able to solve the problem myself. Since I have many DNS/domains, I have written a script which automatically renews the certificates. I am making the script available here for those who have the same problem: Greetings, Patrick |
Beta Was this translation helpful? Give feedback.
-
|
Since this doesn't work for me either, I'm almost certain that CloudPanel doesn't automatically renew Let's Encrypt certificates. I'll try @pscriptos script - thanks @pscriptos ! |
Beta Was this translation helpful? Give feedback.
-
|
I have the same problem, which is frustrating to renew all sites in my CloudPanel server manually. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Just for admins that ended in this issue assure them CloudPanel does renew Lets Encrypt certificates if:
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
I was having a lot of issues with Let's Encrypt certificate expiration as well, so what I did was keep all my domains on Cloudflare and use Cloudflare's default SSL configuration. It doesn't expire, and you don't have to worry about renewing it anymore. |
Beta Was this translation helpful? Give feedback.
-
|
I fixed it, if you work behind a corporate firewall, both port 80 and 443 must be nat to the host |
Beta Was this translation helpful? Give feedback.




Hello everyone,
I just wanted to get back to you and let you know that I was able to solve the problem myself.
Since I have many DNS/domains, I have written a script which automatically renews the certificates.
I run this script as a cronjob and that takes care of the issue for me.
I am making the script available here for those who have the same problem:
https://git.techniverse.net/scriptos/cloudpanel-autorenew-letsencrypt-certs.git
Greetings, Patrick