You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2006/12/05 15:14:30 UTC

svn commit: r482664 - /tomcat/tc6.0.x/trunk/webapps/docs/ssl-howto.xml

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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org