All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 07:48, 21 June 2024 Qljca talk contribs created page AutoSSL (Created page with "==Run AutoSSL for a user== <pre> /usr/local/cpanel/bin/autossl_check --user=USER </pre> ==Run AutoSSL for all resold cPanels== <pre>for i in $(grep RESELLER /etc/trueuserowners | cut -d ':' -f1); do /usr/local/cpanel/bin/autossl_check --user=$i; done; Do not forget to replace RESELLER with the actual username of reseller user</pre> ==Empty SSL queue== <pre> mv /var/cpanel/autossl_queue_cpanel.sqlite /var/cpanel/autossl_queue_cpanel.sqlite-old </pre> ==Force the SSL q...")