billbarker    2004/01/25 18:11:09

  Modified:    webapps/docs ssl-howto.xml
  Log:
  Document the new value for clientAuth.
  
  Revision  Changes    Path
  1.11      +3 -1      jakarta-tomcat-catalina/webapps/docs/ssl-howto.xml
  
  Index: ssl-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/ssl-howto.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ssl-howto.xml     18 Dec 2003 05:31:48 -0000      1.10
  +++ ssl-howto.xml     26 Jan 2004 02:11:09 -0000      1.11
  @@ -328,7 +328,9 @@
       <td><code>clientAuth</code></td>
       <td>Set this value to <code>true</code> if you want Tomcat to require
           all SSL clients to present a client Certificate in order to use
  -        this socket.</td>
  +        this socket.  Set this value to <code>want</code> if you want Tomcat
  +        to request a client Certificate, but not fail if one isn't presented.
  +    </td>
     </tr>
     <tr>
       <td><code>keystoreFile</code></td>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to