Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A055F74CB for ; Tue, 4 Oct 2011 06:08:30 +0000 (UTC) Received: (qmail 4662 invoked by uid 500); 4 Oct 2011 06:08:28 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 4537 invoked by uid 500); 4 Oct 2011 06:08:28 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 4530 invoked by uid 99); 4 Oct 2011 06:08:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2011 06:08:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2011 06:08:24 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 321252388847; Tue, 4 Oct 2011 06:08:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1178695 - /httpd/httpd/trunk/docs/conf/extra/httpd-ssl.conf.in Date: Tue, 04 Oct 2011 06:08:03 -0000 To: cvs@httpd.apache.org From: kbrand@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111004060803.321252388847@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kbrand Date: Tue Oct 4 06:08:02 2011 New Revision: 1178695 URL: http://svn.apache.org/viewvc?rev=1178695&view=rev Log: Add SSLCARevocationCheck directive to default mod_ssl config Modified: httpd/httpd/trunk/docs/conf/extra/httpd-ssl.conf.in Modified: httpd/httpd/trunk/docs/conf/extra/httpd-ssl.conf.in URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/extra/httpd-ssl.conf.in?rev=1178695&r1=1178694&r2=1178695&view=diff ============================================================================== --- httpd/httpd/trunk/docs/conf/extra/httpd-ssl.conf.in (original) +++ httpd/httpd/trunk/docs/conf/extra/httpd-ssl.conf.in Tue Oct 4 06:08:02 2011 @@ -132,12 +132,15 @@ SSLCertificateKeyFile "@exp_sysconfdir@/ # Certificate Revocation Lists (CRL): # Set the CA revocation path where to find CA CRLs for client # authentication or alternatively one huge file containing all -# of them (file must be PEM encoded) +# of them (file must be PEM encoded). +# The CRL checking mode needs to be configured explicitly +# through SSLCARevocationCheck (defaults to "none" otherwise). # Note: Inside SSLCARevocationPath you need hash symlinks # to point to the certificate files. Use the provided # Makefile to update the hash symlinks after changes. #SSLCARevocationPath "@exp_sysconfdir@/ssl.crl" #SSLCARevocationFile "@exp_sysconfdir@/ssl.crl/ca-bundle.crl" +#SSLCARevocationCheck chain # Client Authentication (Type): # Client certificate verification type and depth. Types are