commit | 5d17e4b42c163fd0bf030cbe1f60d9637da68686 | [log] [tgz] |
---|---|---|
author | Ales Komarek <ales.komarek@tcpcloud.eu> | Fri Apr 08 11:53:53 2016 +0200 |
committer | Ales Komarek <ales.komarek@tcpcloud.eu> | Fri Apr 08 11:55:46 2016 +0200 |
tree | 942ce79f3dbf3bc6c43a9a5927748aabfe8ef8f3 | |
parent | 86b8390111f37cb3dfbb60d154698d1d43d5a14b [diff] [blame] |
Added Salt PKI setup, orchestration skeleton
diff --git a/tests/pillar/minion_pki_cert.sls b/tests/pillar/minion_pki_cert.sls new file mode 100644 index 0000000..13f7515 --- /dev/null +++ b/tests/pillar/minion_pki_cert.sls
@@ -0,0 +1,7 @@ +salt: + minion: + enabled: true + cert: + test_service: + authority: Company CA + common_name: test.service.domain.tld \ No newline at end of file