letsencrypt timer
This commit is contained in:
parent
c9b76596da
commit
36ca196f3a
1 changed files with 6 additions and 0 deletions
|
@ -15,4 +15,10 @@ defaults = {
|
|||
# },
|
||||
},
|
||||
},
|
||||
'systemd-timers': {
|
||||
'letsencrypt': {
|
||||
'command': '/usr/bin/dehydrated --cron --accept-terms --challenge dns-01',
|
||||
'when': 'daily',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue