Author: markt Date: Sat Sep 12 16:43:45 2009 New Revision: 814191 URL: http://svn.apache.org/viewvc?rev=814191&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47425 Document the crlFile attribute
Modified: tomcat/trunk/webapps/docs/config/http.xml tomcat/trunk/webapps/docs/ssl-howto.xml Modified: tomcat/trunk/webapps/docs/config/http.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=814191&r1=814190&r2=814191&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/http.xml (original) +++ tomcat/trunk/webapps/docs/config/http.xml Sat Sep 12 16:43:45 2009 @@ -777,6 +777,11 @@ timeout. Use 0 to specify an unlimited timeout. If not specified, a default of 86400 (24 hours) is used.</p> </attribute> + + <attribute name="crlFile" required="false"> + <p>The certificate revocation list file to use to validate client + certificates.</p> + </attribute> </attributes> Modified: tomcat/trunk/webapps/docs/ssl-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/ssl-howto.xml?rev=814191&r1=814190&r2=814191&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/ssl-howto.xml (original) +++ tomcat/trunk/webapps/docs/ssl-howto.xml Sat Sep 12 16:43:45 2009 @@ -495,15 +495,21 @@ </tr> <tr> <td><code>truststoreType</code></td> - <td>Add this element if your are using a different format for the - TrustStore then you are using for the KeyStore.</td> + <td>Add this element if your are using a different format for the + TrustStore then you are using for the KeyStore.</td> </tr> <tr> <td><code>keyAlias</code></td> - <td>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.</td> + <td>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.</td> </tr> + <tr> + <td><code>crlFile</code></td> + <td>The certificate revocation list file to use to validate client + certificates.</td> + </tr> + </table> <p>After completing these configuration changes, you must restart Tomcat as --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org