Edit file File name : check_autossl_excluded Content :MAILTO="" # SYSENG-14138 This script will run every hour and will try to resolve the domains our AutoSSL # hook was unable to resolve. Once it resolves correctly, it will run autossl on it 6 * * * * root /bin/bash /opt/bin/cron/check_autossl_excluded.sh >/dev/null 2>&1 # SYSENG-20347 This script will run every week and will ask cPanel for the domains that # have been having issues with autossl. It will disable them to prevent flooding Sectigo/cPanel 0 0 * * * root /opt/bin/cron/check_autossl_domains.py cron && find /tmp/autossl_check/* -mtime +15 -type f -delete # Update CloudFlare IPs list (SYSENG-14138) 5 1 * * * root /bin/bash /opt/bin/cron/updatecfips.sh >/dev/null 2>&1 Save