bundlewrap/bundles/letsencrypt/files/domains.txt
Franzi ad5c8cc0ab
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/postfix: only get certificate if actually needed
2021-02-20 17:30:38 +01:00

4 lines
135 B
Plaintext

% for domain, aliases in sorted(node.metadata.get('letsencrypt/domains', {}).items()):
${domain} ${' '.join(sorted(aliases))}
% endfor