salt-common/sls/ssl/privkey.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

5 lines
160 B
Smarty

# This file is generated by Salt
-----BEGIN PRIVATE KEY-----
{{ salt['pillar.get']('pki:tls:'+privkey_key+':privkey').rstrip('\n') }}
-----END PRIVATE KEY-----