Author: jfclere
Date: Tue Dec  5 06:14:29 2006
New Revision: 482664

URL: http://svn.apache.org/viewvc?view=rev&rev=482664
Log:
That would create a trustedCertEntry but we need a keyEntry.

Modified:
    tomcat/tc6.0.x/trunk/webapps/docs/ssl-howto.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/ssl-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/ssl-howto.xml?view=diff&rev=482664&r1=482663&r2=482664
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/ssl-howto.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/ssl-howto.xml Tue Dec  5 06:14:29 2006
@@ -533,7 +533,7 @@
 </li>
 <li>And finally import your new Certificate
        <source>keytool -import -alias tomcat -keystore 
&lt;your_keystore_filename&gt; \
-       -trustcacerts -file &lt;your_certificate_filename&gt;</source>
+       -file &lt;your_certificate_filename&gt;</source>
 </li>
 </ul>
 </subsection>



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

Reply via email to