Author Topic: Disable AutoSSL on certain user accounts  (Read 75 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Disable AutoSSL on certain user accounts
« 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

Offline
****
Re: Disable AutoSSL on certain user accounts
« Reply #1 on: March 10, 2025, 06:37:28 PM »
admin/index.php?module=ssl_certificate

Install their paid certificate through there, and AutoSSL should disable.
Google Hangouts:  rcschaff82@gmail.com

Offline
*
Re: Disable AutoSSL on certain user accounts
« Reply #2 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.

Offline
****
Re: Disable AutoSSL on certain user accounts
« Reply #3 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.
Google Hangouts:  rcschaff82@gmail.com