bundlewrap/bundles/letsencrypt/files/domains.txt

6 lines
148 B
Plaintext
Raw Normal View History

2020-06-01 08:26:37 +00:00
${node.hostname}
% for domain, aliases in node.metadata.get('letsencrypt', {}).get('domains', {}).items():
${domain} ${' '.join(aliases)}
% endfor