blob: 261ce56d642d0e47d62dced4b55487f9220682cb [file] [log] [blame]
Oleksandr Shyshkoa76b9742018-05-22 18:53:25 +03001parameters:
2 _param:
3 libvirtd_server_ssl_key_file: /etc/pki/libvirt/private/serverkey.pem
4 libvirtd_server_ssl_cert_file: /etc/pki/libvirt/servercert.pem
5 salt:
6 minion:
7 cert:
8 libvirtd_server:
9 host: ${_param:salt_minion_ca_host}
10 authority: ${_param:salt_minion_ca_authority}
Vasyl Saienko4d34b552019-04-01 15:38:12 +030011 # NOTE(vsaienko) according to RFC2380 CN is limited to 63 chars
12 # Set CN without domain name to fit this requirement.
13 # FQDN is included into alternative names field.
14 common_name: ${linux:system:name}
Oleksandr Shyshkoa76b9742018-05-22 18:53:25 +030015 signing_policy: cert_server
16 alternative_names: >
17 IP:${_param:cluster_local_address},
18 DNS:${_param:cluster_local_address},
19 DNS:${linux:system:name},
20 DNS:${linux:network:fqdn}
21 key_usage: "digitalSignature,nonRepudiation,keyEncipherment"
22 key_file: ${_param:libvirtd_server_ssl_key_file}
23 cert_file: ${_param:libvirtd_server_ssl_cert_file}
Oleksandr Shyshko9687e232018-08-14 15:39:36 +030024 ca_file: ${_param:libvirtd_ssl_ca_file}
25 user: root
26 group: nova
27 mode: 640