new crontab for renewing letsencrypt
[feisty_meow.git] / infobase / configuration / cron / letsencrypt_renewal.crontab
1
2 SHELL=/bin/bash
3
4 # m h dom mon dow command
5
6 #[letsencrypt renewal]
7 # run the letsencrypt certificate renewal process every 4 hours.
8 37 */4 * * * letsencrypt renew  &>/tmp/letsencrypt_last_run.txt
9