aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/system/salt/minion/cert/etcd_client.yml
blob: 90b41da7fb11ca34738b7897114e048f40618448 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
parameters:
  salt:
    minion:
      cert:
        etcd_client:
          host: ${_param:salt_minion_ca_host}
          authority: ${_param:salt_minion_ca_authority}
          common_name: ${linux:system:name}
          signing_policy: cert_open
          alternative_names: IP:${_param:cluster_local_address},DNS:${linux:system:name},DNS:${linux:network:fqdn}
          extended_key_usage: clientAuth
          key_usage: "digitalSignature,nonRepudiation,keyEncipherment"
          key_file: /var/lib/etcd/etcd-client.key
          cert_file: /var/lib/etcd/etcd-client.crt
          all_file: /var/lib/etcd/etcd-client.pem
          ca_file: /var/lib/etcd/ca.pem
          user: etcd
          group: etcd