Re: Problems when importing a SSL certificate

2001-07-12 Thread Manjunath BHat
: java.security.cert.CertificateException: Unsupported encoding Did i miss anything here? I'm working on NT. Tomcat3.2.2 Please Help me in this regard. Thanks Manjunath From: Tim O'Neil [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Problems when importing a SSL certificate Date: Wed

Problems when importing a SSL certificate

2001-07-11 Thread Antonio Terceiro
Hi, I´ve got the Tomcat/SSL Howto from the jakarta Project webpage. In the last step of Importing SSL certificates, i´ve got some trouble. The output of the command keytool -import -v -trustcacerts -alias tomcat -file CERT.pem was this: Enter keystore password: changeit keytool error:

Re: Problems when importing a SSL certificate

2001-07-11 Thread Tim O'Neil
Assuming your using Tomcat standalone, make sure your key store pass word and your key pass word are the same. Yes, which means you can store one key in your keystore. I ran into this little hitch myself. I wasn't able to get tomcat standalone to work ssl any way though. If you do let me know how