bundlewrap/bundles/letsencrypt/files/domains.txt
2021-11-08 10:49:37 +01:00

3 lines
111 B
Text

% for domain, conf in sorted(domains.items()):
${domain} ${' '.join(sorted(conf.get('aliases', [])))}
% endfor