certbot_file 750 B

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