Skip to content
Snippets Groups Projects
Commit eb7def43 authored by nimrod's avatar nimrod
Browse files

Generate cert with both fdqn and wildcard (*.fqdn).

parent 2c172647
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,11 @@ basicConstraints = CA:true ...@@ -39,7 +39,11 @@ basicConstraints = CA:true
[ v3_req ] [ v3_req ]
basicConstraints = CA:false basicConstraints = CA:false
subjectAltName = DNS:*.\${ENV::cn} subjectAltName = @AltNames
[ AltNames ]
DNS.1 = \${ENV::cn}
DNS.2 = *.\${ENV::cn}
" "
usage () { usage () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment