Control Web Panel

WebPanel => SSL => Topic started by: cwsx on March 10, 2025, 12:32:59 PM

Title: Disable AutoSSL on certain user accounts
Post 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
Title: Re: Disable AutoSSL on certain user accounts
Post by: rcschaff on March 10, 2025, 06:37:28 PM
admin/index.php?module=ssl_certificate

Install their paid certificate through there, and AutoSSL should disable.
Title: Re: Disable AutoSSL on certain user accounts
Post by: cwsx on March 10, 2025, 06:50:07 PM

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.
Title: Re: Disable AutoSSL on certain user accounts
Post by: rcschaff on March 11, 2025, 01:01:53 AM
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.