letsencrypt timer

This commit is contained in:
mwiegand 2022-01-08 00:20:50 +01:00
parent c9b76596da
commit 36ca196f3a

View file

@ -15,4 +15,10 @@ defaults = {
# },
},
},
'systemd-timers': {
'letsencrypt': {
'command': '/usr/bin/dehydrated --cron --accept-terms --challenge dns-01',
'when': 'daily',
},
},
}