From b4af2d30ada912558f5fa5801973bf6bd1c82213 Mon Sep 17 00:00:00 2001
From: markt
Date: Sat, 12 Sep 2009 16:43:45 +0000
Subject: [PATCH] Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47425
Document the crlFile attribute
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@814191 13f79535-47bb-0310-9956-ffa450edef68
---
webapps/docs/config/http.xml | 5 +++++
webapps/docs/ssl-howto.xml | 16 +++++++++++-----
2 files changed, 16 insertions(+), 5 deletions(-)
diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml
index ed6a21030..2caa230e0 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -777,6 +777,11 @@
timeout. Use 0 to specify an unlimited timeout. If not specified, a
default of 86400 (24 hours) is used.
+
+
+ The certificate revocation list file to use to validate client
+ certificates.
+
diff --git a/webapps/docs/ssl-howto.xml b/webapps/docs/ssl-howto.xml
index 4d8ca912a..972087d88 100644
--- a/webapps/docs/ssl-howto.xml
+++ b/webapps/docs/ssl-howto.xml
@@ -495,15 +495,21 @@ values, depending on how you configured your keystore earlier:
truststoreType |
- Add this element if your are using a different format for the
- TrustStore then you are using for the KeyStore. |
+ Add this element if your are using a different format for the
+ TrustStore then you are using for the KeyStore. |
keyAlias |
- Add this element if your have more than one key in the KeyStore.
- If the element is not present the first key read in the KeyStore
- will be used. |
+ Add this element if your have more than one key in the KeyStore.
+ If the element is not present the first key read in the KeyStore
+ will be used. |
+
+ crlFile |
+ The certificate revocation list file to use to validate client
+ certificates. |
+
+
After completing these configuration changes, you must restart Tomcat as
--
2.11.0