renew certificates on apache servers (#24)

Signed-off-by: kiara <kiara@bij1.org>
Reviewed-on: #24
This commit is contained in:
kiara 2023-07-26 21:24:03 +00:00
parent 18ee5b9426
commit 7e0987c5a3
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
cron__jobs:
'renew-cert-apache':
special_time: 'daily'
job: '/usr/bin/certbot renew --apache >> /var/log/le-renew.log'
'keepalive':
job: '/usr/local/lib/keepalive'