From f4214831065098f6a7671a479dac3a0f577ca693 Mon Sep 17 00:00:00 2001
From: jfclere
Date: Tue, 5 Dec 2006 14:14:29 +0000
Subject: [PATCH] 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
---
webapps/docs/ssl-howto.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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>