Werner,

After having the same problem, I discovered that by default "keytool"
defaults to GNU Classpath, whereas what you want is Java's identically-named
keytool.  Try this:

$JAVA/keytool -genkey -alias tomcat -keyalg RSA -keystore
/tmp/tomcat.keystore

Where $JAVA is your java install's bin directory.

Good luck.


Werner Schalk wrote:
> 
> debian:~# keytool -genkey -alias tomcat -keyalg RSA -keystore
> /tmp/tomcat.keystore
> 

-- 
View this message in context: 
http://www.nabble.com/Tomcat-5.5.25%2C-SSL-and-%22invalid-keystore-format%22-tf4619882.html#a13350116
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to