Author Topic: How to create cron job for AutoRenewal ssl for all sites?  (Read 3496 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
How to create cron job for AutoRenewal ssl for all sites?
« on: March 01, 2019, 06:02:12 PM »
at 2 monts
0 0 * */2 * /usr/bin/wget --spider "https://site.com/admin/index.php?module=ssl_vhosts&action=run_cron" >/dev/null 2>&1
not work! Help.