Control Web Panel
WebPanel => SSL => Topic started by: cwsx on March 10, 2025, 12:32:59 PM
-
I have 2 user accounts that I manually install SSL certs that they send me, but every 3 months auto ssl overwrites these certs with a LetsEncrypt cert. The certs they send me are valid for 1 year.
How do I disable autossl for those 2 accounts?
I need LetsEncrypt for all the other user accounts.
Thanks
-
admin/index.php?module=ssl_certificate
Install their paid certificate through there, and AutoSSL should disable.
-
That's what I do, but it gets overwritten by a LetsEncrypt cert every 3 months.
admin/index.php?module=ssl_certificate
Install their paid certificate through there, and AutoSSL should disable.
-
log in via ssh
acme.sh --config-home /root/.acme.sh/cwp_certs/ --list
find the cert you want to stop letsencrypt
acme.sh --config-home /root/.acme.sh/cwp_certs/ --remove <domain>
Then install the paid certificate.