dns: deploy MTA-STS
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-11-11 11:41:06 +01:00
parent e0f02ef0f7
commit 11701a67c8
Signed by: kunsi
GPG key ID: 12E3D2136B818350
8 changed files with 38 additions and 10 deletions

View file

@ -48,7 +48,7 @@ def letsencrypt(metadata):
for vhost, config in metadata.get('nginx/vhosts', {}).items():
domain = config.get('domain', vhost)
domains[domain] = set()
domains[domain] = config.get('domain_aliases', set())
return {
'letsencrypt': {