commit | bc52ba0abcdd755e30777c96543ea52317c0c4c8 | [log] [tgz] |
---|---|---|
author | Ales Komarek <ales.komarek@newt.cz> | Fri Jan 13 08:53:36 2017 -0800 |
committer | Ales Komarek <ales.komarek@newt.cz> | Fri Jan 13 08:53:36 2017 -0800 |
tree | fab36585d7e8dc64a27deab9ab53d01abad04985 | |
parent | a831609649a1d07a64aad6728173ed6a720bf4a3 [diff] [blame] |
Fix Salt PKI setup
diff --git a/salt/minion/cert/proxy.yml b/salt/minion/cert/proxy.yml new file mode 100644 index 0000000..fac9aa5 --- /dev/null +++ b/salt/minion/cert/proxy.yml
@@ -0,0 +1,11 @@ +parameters: + _param: + salt_minion_ca_authority: salt_master_ca + salt: + minion: + cert: + proxy: + host: ${_param:salt_minion_ca_host} + signing_policy: cert_server + authority: ${_param:salt_minion_ca_authority} + common_name: ${_param:cluster_public_host}