Introduction
The time and frequency that AutoSSL runs are controlled by a cronjob that can be edited by the 'root' user.
Procedure
- SSH into the server as the 'root' user.
- Edit /etc/cron.d/cpanel_autossl so that AutoSSL runs at the desired time or frequency.
1 4 * * * root /usr/local/cpanel/bin/autossl_check --all
- Save the changes.