a3f9445315faab4c903cdc2835312d8391257f2b
[mirror/dsa-puppet.git] / modules / ssl / templates / key-chained.erb
1 <%=
2   fn = "/srv/puppet.debian.org/from-letsencrypt/#{@name}.key"
3   out = File.read(fn)
4   out
5 %>
6 <%=
7   fn = "/srv/puppet.debian.org/from-letsencrypt/#{@name}.crt-chained"
8   out = File.read(fn)
9   out
10 %>