Modified: tomcat/container/tc5.5.x/webapps/docs/ssl-howto.xml
URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/ssl-howto.xml?rev=393890&r1=393889&r2=393890&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/ssl-howto.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/ssl-howto.xml Thu Apr 13 12:00:20 2006
@@ -277,6 +277,12 @@
If everything was successful, you now have a keystore file with a
Certificate that can be used by your server.
+Note: your private key password and keystore password
+should be the same. If they differ, you will get an error along the lines
+of java.io.IOException: Cannot recover key, as documented in
+Bugzilla issue 38217,
+which contains further references for this issue.
+