Is there a way to look at the contents of the keystore file?

-jrj

Jason Bainbridge wrote:

On 4/26/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:


Finially, some progress; but not exactly what I wanted... I made the "F"
uppercase, stopped/started the server; now it's refusing connections.
This is from the log file:

Apr 26, 2005 2:19:46 PM org.apache.tomcat.util.net.PoolTcpEndpoint
acceptSocket
SEVERE: Endpoint [SSL:



when doing these steps:

Import the Chain Certificate into you keystore

keytool -import -alias root -keystore <your_keystore_filename>
-trustcacerts -file <filename_of_the_chain_certificate>

And finally import your new Certificate (It must be in X509 format):

keytool -import -alias tomcat -keystore <your_keystore_filename>
-trustcacerts -file <your_certificate_filename>

Did you specify the full path names? I would backup the .keystore and
then try again by specifying full path names to make sure.

Sounds like you have an incomplete .keystore being used.






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to