I use Sectigo SSL but every month it always changes to Let’s Encrypt and I have to manually re-enter Sectigo’s Cert & Key via cyberpanel.
Last event today from SSL Sectigo changed to Let’s Encrypt.
Previously I had followed the directions in the following article https://community.cyberpanel.net/t/website-ssl-is-self-signed-after-every-month/40569/4
is there a way to solve it?
specification:
- Cyberpanel 2.3.3
- LSWS
- Ubuntu 20.04
Hello @updateorid
What do you mean? You use a custom ssl ?
Ok. Are you using Let’s encrypt for any other websites ?
@josephgodwinke
I only use one website. But there is a Child Domain mail is not used
Run in ssh terminal
## nano for debian, vi for RHEL
$ nano /var/spool/cron/crontabs/root || vi /var/spool/cron/crontabs/root
and comment out
# 0 2 * * * /usr/local/CyberCP/bin/python /usr/local/CyberCP/plogical/renew.py >/dev/null 2>&1
# 7 0 * * * "/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh" > /dev/null
Check if you get the same errors. This a workaround not a fix.
1 Like
@josephgodwinke
I’ve changed it, hopefully there won’t be a similar problem next month. Thank you for the help
system
Closed
8
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.