Oleksandr Shyshko | a76b974 | 2018-05-22 18:53:25 +0300 | [diff] [blame] | 1 | parameters: |
| 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} |
| 11 | common_name: ${linux:system:name}.${_param:cluster_domain} |
| 12 | signing_policy: cert_server |
| 13 | alternative_names: > |
| 14 | IP:${_param:cluster_local_address}, |
| 15 | DNS:${_param:cluster_local_address}, |
| 16 | DNS:${linux:system:name}, |
| 17 | DNS:${linux:network:fqdn} |
| 18 | key_usage: "digitalSignature,nonRepudiation,keyEncipherment" |
| 19 | key_file: ${_param:libvirtd_server_ssl_key_file} |
| 20 | cert_file: ${_param:libvirtd_server_ssl_cert_file} |
| 21 | ca_file: ${_param:libvirtd_ssl_ca_file} |