SSL Auto Change To Let's Encrypt Every Month

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:

  1. Cyberpanel 2.3.3
  2. LSWS
  3. Ubuntu 20.04

Hello @updateorid

What do you mean? You use a custom ssl ?

@josephgodwinke
i have manually install ssl ( costum ssl ) like in this article
https://community.cyberpanel.net/t/how-to-setup-custom-ssl-with-cyberpanel/30655

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

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.