Tomáš Kukrál | 9d4f495 | 2017-03-07 11:10:11 +0100 | [diff] [blame] | 1 | parameters: |
| 2 | salt: |
| 3 | minion: |
| 4 | cert: |
| 5 | etcd_client: |
| 6 | host: ${_param:salt_minion_ca_host} |
| 7 | authority: ${_param:salt_minion_ca_authority} |
| 8 | common_name: ${linux:system:name} |
| 9 | signing_policy: cert_open |
| 10 | alternative_names: IP:${_param:cluster_local_address},DNS:${linux:system:name},DNS:${linux:network:fqdn} |
| 11 | extended_key_usage: clientAuth |
| 12 | key_usage: "digitalSignature,nonRepudiation,keyEncipherment" |
| 13 | key_file: /var/lib/etcd/etcd-client.key |
| 14 | cert_file: /var/lib/etcd/etcd-client.crt |
| 15 | all_file: /var/lib/etcd/etcd-client.pem |
| 16 | ca_file: /var/lib/etcd/ca.pem |
| 17 | user: etcd |
| 18 | group: etcd |