]> granicus.if.org Git - apache/commitdiff
Add SSLCARevocationCheck directive to default mod_ssl config
authorKaspar Brand <kbrand@apache.org>
Tue, 4 Oct 2011 06:08:02 +0000 (06:08 +0000)
committerKaspar Brand <kbrand@apache.org>
Tue, 4 Oct 2011 06:08:02 +0000 (06:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178695 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/extra/httpd-ssl.conf.in

index 4012b6d131b3e5efbc684d295e3ec46933556b9b..144dfe7cc1238a34506c17ed8db9345c50972030 100644 (file)
@@ -132,12 +132,15 @@ SSLCertificateKeyFile "@exp_sysconfdir@/server.key"
 #   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