Home   Blog  cPanel

Compartilhe esse artigo:

How to disable AutoSSL notifications to all cpanel account emails

By  / 02/08/2018

To disable AutoSSL notifications to all cpanel account emails, save the below to /root/autossldisablemail.sh, chmod 755 autossldisable.sh and then run it with ./autossldisablemail.sh

#!/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
done

This will disable the AutoSSL notices off for every user on the server.

Reference and Courtsey for the above script : forum.cpanel.net

Compartilhe esse artigo:

Comentários

Quer contratar nossos serviços? Peça um orçamento sem compromisso.