That would create a trustedCertEntry but we need a keyEntry.
authorjfclere <jfclere@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 5 Dec 2006 14:14:29 +0000 (14:14 +0000)
committerjfclere <jfclere@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 5 Dec 2006 14:14:29 +0000 (14:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@482664 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/ssl-howto.xml

index b76d8ab..1a927c1 100644 (file)
@@ -533,7 +533,7 @@ After that you can procede with importing your Certificate.</p>
 </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>