WHM keeps resetting control panel SSL cert
I've gone to Manage Service SSL Certificates and updated the SSL cert for Calendar, cPanel, WebDisk, Webmail, and WHM Services. After doing this everything works fine.
But it seems periodically on its own, WHM resets this to the original cert for the original domain WHM was installed on. How do I prevent this from happening over and over?
-
I've located one cron note that says this: The system will attempt to replace the certificate for the "cpanel" service with a signed certificate from the cPanel Store because the current certificate expires in less than one week. How do I disable this? 0 -
I have done this: touch /var/cpanel/ssl/disable_auto_hostname_certificate will this now no longer happen? 0 -
Hello, You can disable automatic service certificate management to avoid it's replacement by creating the /var/cpanel/ssl/disable_service_certificate_management file: touch /var/cpanel/ssl/disable_service_certificate_management
This will prevent cPanel from automatically replacing the certificate. Thank you.0 -
Thank you! 0 -
Hi, The AutoSSL could be the one that is keeping the certificate reset. However, you should do both the things mentioned, one is the command that you gave and other is the one that Michael gave. touch /var/cpanel/ssl/disable_auto_hostname_certificate touch /var/cpanel/ssl/disable_service_certificate_management One will disable SSL check on service and other will do it on hostname. Hostname is also important one, as your server is recognized by its hostname.. 0
Please sign in to leave a comment.
Comments
5 comments