I keep getting an issue where my site reports the site as having an invalid SSL.
ERR_CERT_DATE_INVALID (in chrome)
It is simply fixed by restarting LSWS.
I therefore checked my cron for certbot and it looks correct?
0 */12 * * * root test -x /usr/bin/certbot -a \! -d /run/systemd/system && perl -e 'sleep int(rand(43200))' && certbot -q renew --deploy-hook "systemctl restart lsws"
I also checked the status of my certs - they are fine Expiry Date: 2021-07-28 08:54:31+00:00 (VALID: 56 days)
Therefore I am a bit unsure as to what is going on here. Possibly the cron is incorrect? And it is not actually restarting LSWS
Running: Ubuntu 20.04.1 LTS LiteSpeed/1.6.17 Open