mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 18:35:18 +00:00
9dafba9fb6
sls/rsyncd: moved to common; sls/ssl: pki templates were moved to common;
7 lines
202 B
Smarty
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 %}
|