letsencrypt.j2 450 B

12345678910111213
  1. {% if ansible_prolog -%}
  2. {% from 'templates/ansible/prolog.j2' import prolog with context %}
  3. {{ prolog() }}
  4. {% endif -%}
  5. # /etc/cron.d/letsencrypt-local:
  6. # Sign/renew non-existant/changed/expiring certificates generated with Let's
  7. # Encrypt
  8. SHELL=/bin/sh
  9. PATH=/bin:/sbin:/usr/bin:/usr/sbin
  10. MAILTO=root
  11. 42 0-7 * * * root dehydrated --cron 2>&1 1>/dev/null | grep -v 'WARNING.*Extra configuration directory.*exists, but no configuration found'