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
ur CSR you should be fine.
Hope this helps!
-Mike
- Original Message -
From: "Roland" <[EMAIL PROTECTED]>
To: "Tomcat Developers List" <[EMAIL PROTECTED]>
Sent: Monday, January 14, 2002 8:04 AM
Subject: Help importing SSL certificates
> Hello,
> I
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
Hello,
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 complain. But when I try to connect to
To