aboutsummaryrefslogtreecommitdiffstats
path: root/templates/ingress/etc_crontab.j2
blob: 0ec694dbc100f75435fd72a6ad992c31991218d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# /etc/crontab - root's crontab for FreeBSD
#
#
SHELL=/bin/sh
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
#
#minute hour    mday    month   wday    who     command

# Update LetsEncrypt certificates every day after 2:00 AM
{% for item in items %}
{{ loop.index0 }}       2       *       *       *       root    certbot certonly --nginx -n -m jan@jantuomi.fi --agree-tos -d {{ item }}
{% endfor %}