This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via d06f6e7ccf0cc7b3e8bf2327a3e089cefd6374a8 (commit) from ac7bf1466ea00aa37bd46051adae4fcb9606ddd2 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit d06f6e7ccf0cc7b3e8bf2327a3e089cefd6374a8 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Dec 4 14:36:00 2011 +0100
vpnmain.cgi: add "extendedKeyUsage = serverAuth" to hostkey signing.
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/vpnmain.cgi | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
Difference in files: diff --git a/html/cgi-bin/vpnmain.cgi b/html/cgi-bin/vpnmain.cgi index eea2c01..0fb7c93 100644 --- a/html/cgi-bin/vpnmain.cgi +++ b/html/cgi-bin/vpnmain.cgi @@ -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'});
hooks/post-receive -- IPFire 2.x development tree