Re: Help importing SSL certificates

2002-01-14 Thread Roland
Hello, I found the problem myself. The problem is in the keytool import: "-import - Import either a certificate to be treated as a "trusted certificate" or a certificate reply returned by a CA. The latter will be used to replace the corresponding self-signed certificate in the keystore." To impo

Re: Help importing SSL certificates

2002-01-14 Thread Michael Jennings
Hi Roland, As far as I understand tomcat/ssl/openssl and java's keystore, you need to do the following: 1. Generate a private key/self-signed certificate pair in a keystore file (mykeys.jks for example) and give it an alias ("tomcat" for example) 2. Export a certificate signing request (CSR) for

Re: Help importing SSL certificates

2002-01-14 Thread Eric Rescorla
Roland <[EMAIL PROTECTED]> writes: > I'm trying to use SSL with Tomcat. Everything is fine if I use a > certificate generated with keytool. But, if I try to import a certificate > generated with OpenSSL, it doesn't work. What happens is that I can import > the certificate and it will not compla