From 98ae19fc8fb67f34384902fc0ae152beb6ce4310 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 26 Jul 2011 11:44:07 +0200 Subject: [PATCH] Add required extended key usage atttributes to roadwarrior certificates. --- html/cgi-bin/vpnmain.cgi | 1 + 1 file changed, 1 insertion(+) 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'}); -- 2.39.5