AutoSSL Client Notifications
Hello,
How can we stop AutoSSL notifications related to renewals, expirations, unable to renew etc, from disrupting our clients/end-users? This is causing us some unnecessary headaches.
I have found that can be done over API using something like the snippet below (untested), but is there an option to do this from within WHM itself?
We want the server administrator to keep receiving these notifications but not the client.
Thanks.
#!/bin/bash
cd /var/cpanel/users
for user in *
do
cpapi2 --user=$user CustInfo savecontactinfo notify_autossl_renewal=0 notify_autossl_renewal_coverage=0 notify_autossl_expiry_coverage=0 notify_autossl_expiry=0 notify_ssl_expiry=0
doneThanks.
-
loginto with cpanel -preferences-contact information, there options are available. Also notification severity can be adjusted at Contact Manager - Documentation - cPanel Documentation 0 -
Disabling notifications at "Contact Manager", will disable both server admin and client notifications. Is that correct? We want just client notifications to be disabled. Server admin should keep getting the notifications. 0 -
Hello, There's an existing thread on this topic at: SSL Notifications in cPanel 68 Thank you. 0
Please sign in to leave a comment.
Comments
3 comments