I'm trying to produce certs for use with Apache Project Tomcat :

openssl req -new -out REQ.pem -keyout KEY.pem
openssl req -x509 -in REQ.pem -key KEY.pem -out CERT.pem
openssl req -verify -in REQ.pem
openssl req -verify -in REQ.pem -key KEY.pem
openssl req -text -in REQ.pem

But when I try to import the CERT.pem with :

keytool -import -v -trustcacerts -alias tomcat -file CERT.pem

-> keytool error: java.security.NoSuchAlgorithmException: MD5WITHRSA
Signature not available

I succeed to install a cert signed by Thawte or signed by a dummy CA I've
setup.

Thanks to point me where I'm bad since I'd like to add the reference and
info about
OpenSSL in the Jakarta Tomcat project.

Regards


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to