This commit is contained in:
Arnaud GRESSE 2022-12-16 18:02:08 +01:00
parent 9ef6449ba6
commit cd0ea94173
5 changed files with 75 additions and 0 deletions

View file

@ -0,0 +1,13 @@
[ 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}}