You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Stanislaw Ă–sterle <oe...@variomedia.de> on 2004/02/03 16:11:28 UTC

OpenSSL and keystore

Hello!

I generated(and signed) certtificate through OpenSSL, about so:


openssl genrsa -rand /etc/passwd:/etc/inetd.conf:/etc/services:/etc/hosts
1024 -out my.key

openssl req -new -key my.key -out my.csr

openssl x509 -req -days 30 -in my.csr -signkey my.key -out my.cert.



Problem:

how do I  import my signed cerificate into tomcat-keystore?

(tomcat 5.0.16, j2sdk1.4.2_02(sun))

Could someone help?



Thanks,
S.