new crontab for renewing letsencrypt
[feisty_meow.git] / infobase / configuration / cron / letsencrypt_renewal.crontab
diff --git a/infobase/configuration/cron/letsencrypt_renewal.crontab b/infobase/configuration/cron/letsencrypt_renewal.crontab
new file mode 100644 (file)
index 0000000..c3acd69
--- /dev/null
@@ -0,0 +1,9 @@
+
+SHELL=/bin/bash
+
+# m h dom mon dow command
+
+#[letsencrypt renewal]
+# run the letsencrypt certificate renewal process every 4 hours.
+37 */4 * * * letsencrypt renew  &>/tmp/letsencrypt_last_run.txt
+