|
@@ -0,0 +1,17 @@
|
|
|
+# /etc/cron.d/certbot: crontab entries for the certbot package
|
|
|
+#
|
|
|
+# Upstream recommends attempting renewal twice a day
|
|
|
+#
|
|
|
+# Eventually, this will be an opportunity to validate certificates
|
|
|
+# haven't been revoked, etc. Renewal will only occur if expiration
|
|
|
+# is within 30 days.
|
|
|
+#
|
|
|
+# Important Note! This cronjob will NOT be executed if you are
|
|
|
+# running systemd as your init system. If you are running systemd,
|
|
|
+# the cronjob.timer function takes precedence over this cronjob. For
|
|
|
+# more details, see the systemd.timer manpage, or use systemctl show
|
|
|
+# certbot.timer.
|
|
|
+SHELL=/bin/bash
|
|
|
+PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
|
|
|
+
|
|
|
+@monthly root certbot renew --deploy-hook=/opt/flowdat/letsencrypt/flowdat_deploy.sh >> /tmp/certbot
|