add letsencrypt bundle

This commit is contained in:
Franzi 2020-06-01 10:26:37 +02:00
parent 04f2baacf4
commit dc9e8dc679
Signed by: kunsi
GPG key ID: 12E3D2136B818350
5 changed files with 37 additions and 2 deletions

View file

@ -0,0 +1,5 @@
${node.hostname}
% for domain, aliases in node.metadata.get('letsencrypt', {}).get('domains', {}).items():
${domain} ${' '.join(aliases)}
% endfor