From: Michael Tremer Date: Tue, 26 Jul 2011 09:44:07 +0000 (+0200) Subject: Add required extended key usage atttributes to roadwarrior certificates. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=98ae19fc8fb67f34384902fc0ae152beb6ce4310;p=people%2Fms%2Fipfire-2.x.git Add required extended key usage atttributes to roadwarrior certificates. --- diff --git a/html/cgi-bin/vpnmain.cgi b/html/cgi-bin/vpnmain.cgi index 177cdf4c27..84e4bf17da 100644 --- a/html/cgi-bin/vpnmain.cgi +++ b/html/cgi-bin/vpnmain.cgi @@ -1702,6 +1702,7 @@ END nsComment="OpenSSL Generated Certificate" subjectKeyIdentifier=hash authorityKeyIdentifier=keyid,issuer:always + extendedKeyUsage=serverAuth,1.3.6.1.5.5.8.2.2 END ; print $fh "subjectAltName=$cgiparams{'SUBJECTALTNAME'}" if ($cgiparams{'SUBJECTALTNAME'});