This commit is contained in:
mwiegand 2021-11-07 09:48:02 +01:00
parent be7580aca5
commit dbf6298cba
3 changed files with 8 additions and 10 deletions

View file

@ -44,7 +44,7 @@ files = {
}
actions['letsencrypt_update_certificates'] = {
'command': 'true || dehydrated --cron --accept-terms --challenge http-01',
'command': 'dehydrated --cron --accept-terms --challenge dns-01',
'triggered': True,
'skip': delegated,
'needs': {

View file

@ -4,16 +4,17 @@ defaults = {
'apt': {
'packages': {
'dehydrated': {},
'dnsutils': {},
},
},
'letsencrypt': {
'domains': {
# 'example.com': {'alias1.example.com', 'alias2.example.com'},
},
},
'pacman': {
'packages': {
'dehydrated': {},
# 'example.com': {
# 'aliases': {'www.example.com'},
# 'reload': {'nginx'},
# 'owner': 'www-data',
# 'location': '/opt/app/certs',
# },
},
},
}

View file

@ -30,9 +30,6 @@
'gateway4': '10.0.0.1',
},
},
'letsencrypt': {
'delegate_to_node': 'htz.mails',
},
'nginx': {
'vhosts': {
'openhab.ckn.li': {