aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/system/salt/minion/cert/proxy/cicd.yml
blob: 5fb5b280a7a9b9b50ed065584ce37cc20578a765 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
classes:
- system.salt.minion.cert.proxy
parameters:
  salt:
    minion:
      cert:
        proxy:
          alternative_names: "DNS:${_param:cluster_public_host}, DNS:*.${_param:cluster_public_host}, IP:${_param:control_vip_address}, IP:${_param:single_address}"
          key_file: /etc/haproxy/ssl/${_param:cluster_public_host}.key
          cert_file: /etc/haproxy/ssl/${_param:cluster_public_host}.crt
          all_file: /etc/haproxy/ssl/${_param:cluster_public_host}-all.pem
          ca_file: /etc/haproxy/ssl/${_param:salt_minion_ca_authority}-ca.crt
          user: root
          group: haproxy
          mode: 640