reorg files

This commit is contained in:
nono 2022-12-21 00:59:44 +01:00
parent cd0ea94173
commit 96cea785f8
5 changed files with 0 additions and 0 deletions

13
templates/server.cnf.j2 Normal file
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}}