From: jfclere
Date: Tue, 5 Dec 2006 14:14:29 +0000 (+0000)
Subject: That would create a trustedCertEntry but we need a keyEntry.
X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f4214831065098f6a7671a479dac3a0f577ca693;p=tomcat7.0
That would create a trustedCertEntry but we need a keyEntry.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@482664 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/webapps/docs/ssl-howto.xml b/webapps/docs/ssl-howto.xml
index b76d8abc8..1a927c111 100644
--- a/webapps/docs/ssl-howto.xml
+++ b/webapps/docs/ssl-howto.xml
@@ -533,7 +533,7 @@ After that you can procede with importing your Certificate.
And finally import your new Certificate
keytool -import -alias tomcat -keystore <your_keystore_filename> \
- -trustcacerts -file <your_certificate_filename>
+ -file <your_certificate_filename>