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 15:51:11 UTC

OpenSSL und Tomcat

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 for?


Could someone help?



Thanks,
S.


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org