reorg files
This commit is contained in:
parent
cd0ea94173
commit
96cea785f8
5 changed files with 0 additions and 0 deletions
13
templates/server.cnf.j2
Normal file
13
templates/server.cnf.j2
Normal 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}}
|
Loading…
Add table
Add a link
Reference in a new issue