How to Install & Auto-Renew Let’s Encrypt SSL on CyberPanel
Recently my two WHMCS dashboards were stuck due to expired SSL certificates. I check crontab -e There was # 0 0 * * 4 /usr/local/CyberCP/bin/python /usr/local/CyberCP/plogical/renew.py >/dev/null 2>&1 Unfortunately, it was unable to renew SSL. So I came up with a separate solution that fixed that issue. So, in the guide, we have installed Let’s …