Petr Michalec | 3dc2de9 | 2017-03-16 07:19:59 +0100 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
| 3 | salt_minion_ca_authority: salt_master_ca |
| 4 | salt: |
| 5 | minion: |
| 6 | cert: |
| 7 | wildcard: |
| 8 | host: ${_param:salt_minion_ca_host} |
| 9 | signing_policy: cert_server |
| 10 | authority: ${_param:salt_minion_ca_authority} |
| 11 | common_name: wildcard.${_param:cluster_public_host} |
| 12 | alternative_names: IP:127.0.0.1,IP:${_param:openstack_proxy_address},IP:${_param:cluster_public_host},DNS:*.${_param:cluster_public_host},DNS:${_param:cluster_domain},DNS:*.${_param:cluster_domain} |
Petr Michalec | 61b8a23 | 2017-03-16 11:35:44 +0100 | [diff] [blame] | 13 | key_file: /srv/salt/pki/wildcard.${_param:cluster_public_host}.key |
| 14 | cert_file: /srv/salt/pki/wildcard.${_param:cluster_public_host}.crt |
| 15 | all_file: /srv/salt/pki/wildcard-with-key.${_param:cluster_public_host}.pem |