Update certbot cron job for new certificates
This commit is contained in:
parent
64ac70f1d6
commit
2bdfa851ab
@ -8,4 +8,4 @@
|
||||
SHELL=/bin/sh
|
||||
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
|
||||
|
||||
0 */12 * * * root perl -e 'sleep int(rand(3600))' && certbot -q renew
|
||||
0 */12 * * * root perl -e 'sleep int(rand(3600))' && certbot -q renew --webroot-path /var/www/html
|
||||
|
Reference in New Issue
Block a user