|
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. |
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. |
|
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 |
|
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 ! |
|
I have the same problem, which is frustrating to renew all sites in my CloudPanel server manually. |
|
Just for admins that ended in this issue assure them CloudPanel does renew Lets Encrypt certificates if:
|
|
I fixed it, if you work behind a corporate firewall, both port 80 and 443 must be nat to the host |




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