cfssl-client-role/roles/templates/server.cnf.j2

13 lines
342 B
Text
Raw Normal View History

2022-12-16 17:02:08 +00:00
[ req ]
prompt = no
distinguished_name = dn
req_extensions = req_ext
[ dn ]
CN = {{inventory_hostname_short}}.{{vm_domain_name}}
[ req_ext ]
subjectAltName = DNS:{{inventory_hostname_short}}.{{vm_domain_name}},DNS:{{inventory_hostname_short}}-adm.{{vm_domain_name}}
[ alt_names ]
DNS.1 = {{inventory_hostname_short}}-adm.{{vm_domain_name}}