vpnmain.cgi: add "extendedKeyUsage = serverAuth" to hostkey signing.

This commit is contained in:
Arne Fitzenreiter
2011-12-04 14:36:00 +01:00
parent ac7bf1466e
commit d06f6e7ccf

View File

@@ -1031,6 +1031,7 @@ END
nsComment="OpenSSL Generated Certificate"
subjectKeyIdentifier=hash
authorityKeyIdentifier=keyid,issuer:always
extendedKeyUsage = serverAuth
END
;
print $fh "subjectAltName=$cgiparams{'SUBJECTALTNAME'}" if ($cgiparams{'SUBJECTALTNAME'});