billbarker    2003/10/05 16:53:52

  Modified:    webapps/docs ssl-howto.xml
  Log:
  Fix typos.  I knew there was a good reason why I don't write docs :).
  
  Revision  Changes    Path
  1.7       +3 -2      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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ssl-howto.xml     5 Oct 2003 23:49:09 -0000       1.6
  +++ ssl-howto.xml     5 Oct 2003 23:53:52 -0000       1.7
  @@ -211,7 +211,7 @@
   </p>
   <p>To import an existing certificate signed by your own CA into a PKCS12 
   keystore using OpenSSL you would execute a command like:
  -</source>openssl pkcs12 -export -infile mycert.crt -inkey mykey.key \
  +<source>openssl pkcs12 -export -infile mycert.crt -inkey mykey.key \
                           -outfile mycert.p12 -name tomcat -CAfile myCA.crt \
                           -caname root -chain
   </source>
  @@ -347,7 +347,8 @@
     <tr>
       <td><code>keystoreType</code></td>
       <td>Add this element if using a PKCS12 keystore.  The valid values are
  -        <code>JKS</code> and <code>PKCS12</code>.
  +        <code>JKS</code> and <code>PKCS12</code>.</td>
  +  </tr>
     <tr>
       <td><code>sslProtocol</code></td>
       <td>The encryption/decryption protocol to be used on this socket.
  
  
  

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

Reply via email to