Re: SSL on TOMCAT with keytool

2008-09-21 Thread Matt Shields
://www.nabble.com/SSL-on-TOMCAT-with-keytool-tp19187386p19592073.html 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

Re: SSL on TOMCAT with keytool

2008-08-28 Thread Alex Mestiashvili
Alexey Eronko wrote: Hello Guys! Don't beat me because I found so much docs about ssl and keystore but I can't get it working with together. I have pem cert,rsa_key and ca cert from my own CA. I don't understand what kind of cert do I need in keystore to make it works on tomcat.

Re: SSL on TOMCAT with keytool

2008-08-28 Thread Alexey Eronko
The point was that keytool can't import existing private key. If you need to build keystore from existed cert + prv key you need to do this by external java(or smt) program. Key and Cer must be in der format. Example is here : http://www.agentbob.info/agentbob/79-AB.html Alex 2008/8/28

SSL on TOMCAT with keytool

2008-08-27 Thread Alexey Eronko
Hello Guys! Don't beat me because I found so much docs about ssl and keystore but I can't get it working with together. I have pem cert,rsa_key and ca cert from my own CA. I don't understand what kind of cert do I need in keystore to make it works on tomcat. I tried keytool

SSL on TOMCAT with keytool

2008-08-27 Thread Alexey Eronko
Hello Guys! Don't beat me because I found so much docs about ssl and keystore but I can't get it working with together. I have pem cert,rsa_key and ca cert from my own CA. I don't understand what kind of cert do I need in keystore to make it works on tomcat. I tried keytool