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 di
inal Message -
> From: "Werner Schalk" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" ; "Martin Gainty"
> <[EMAIL PROTECTED]>
> Sent: Monday, October 15, 2007 11:05 AM
> Subject: Re: Tomcat 5.5.25, SSL and "invalid keystore format"
&g
not found"
error. Anyone response
is greatly appreciated.
Thank you.
Cheers,
Werner.
- Original Message - From: "Werner Schalk" <[EMAIL PROTECTED]>
To: "Tomcat Users List" ; "Martin Gainty"
<[EMAIL PROTECTED]>
Sent: Monday, October 15, 20
: "Werner Schalk" <[EMAIL PROTECTED]>
To: "Tomcat Users List" ; "Martin Gainty"
<[EMAIL PROTECTED]>
Sent: Monday, October 15, 2007 11:05 AM
Subject: Re: Tomcat 5.5.25, SSL and "invalid keystore format"
Dear Martin, dear list,
it is not re
ot;Martin Gainty" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Sunday, October 15, 2000 5:48 PM
Subject: Re: Tomcat 5.5.25, SSL and "invalid keystore format"
My suggestion is to regen the keystore
and write down all the parameters (alias/keyalg) you specified so y
nything missed?
Martin
- Original Message -
From: "Werner Schalk" <[EMAIL PROTECTED]>
To: "Martin Gainty" <[EMAIL PROTECTED]>; "Tomcat Users List"
Sent: Sunday, October 14, 2007 6:01 AM
Subject: Re: Tomcat 5.5.25, SSL and "invalid keystore format"
CTED]>
Sent: Sunday, October 15, 2000 1:35 AM
Subject: Re: Tomcat 5.5.25, SSL and "invalid keystore format"
Werner---
http://tomcat.apache.org/tomcat-5.5-doc/config/http.html
configure your SSL connector to define the path to your keystore file
(default is .keystore)
keystoreFile=
Hello,
I am trying to setup SSL in my Tomcat 5.5.25 (on Debian Linux) and thus
downloaded a binary version of Tomcat from the Tomcat website.
Now I tried to create a keystore:
# keytool -genkey -v -keyalg RSA
The server.xml is as follows:
The error message in the log I am getting is:
SE