bundlewrap/bundles/letsencrypt/metadata.py

7 lines
263 B
Python
Raw Normal View History

2020-08-18 13:27:55 +00:00
defaults = {
'cron': {
'letsencrypt_renew': '20 4 * * * root /usr/bin/dehydrated --cron --accept-terms --challenge http-01 > /dev/null',
'letsencrypt_cleanup': '42 23 * * 0 root /usr/bin/dehydrated --cleanup > /dev/null',
},
}