AutoSSL: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 June 2024

  • curprev 07:4807:48, 21 June 2024Qljca talk contribs 739 bytes +739 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..."