salt-common/sls/ssl/certificate-chain.tpl
Antsiferov Grigory 9dafba9fb6 sls/gentoo-mirror: moved to common;
sls/rsyncd: moved to common;
sls/ssl: pki templates were moved to common;
2016-09-17 23:15:37 +03:00

7 lines
202 B
Smarty

# This file is generated by Salt
{% for cert in salt['pillar.get']('pki:tls:'+cert_chain_key+':cert-chain') %}
-----BEGIN CERTIFICATE-----
{{ cert.rstrip('\n') }}
-----END CERTIFICATE-----
{% endfor %}