Commit eb7def43 authored by nimrod's avatar nimrod
Browse files

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

parent 2c172647
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -39,7 +39,11 @@ basicConstraints = CA:true

[ v3_req ]
basicConstraints = CA:false
subjectAltName = DNS:*.\${ENV::cn}
subjectAltName = @AltNames

[ AltNames ]
DNS.1 = \${ENV::cn}
DNS.2 = *.\${ENV::cn}
"

usage () {