Stanislaw Ă–sterle <mailto:oesterle@(protected):
> 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?
What about checking the docs first?
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/ssl-howto.html
Regards,
Marcel
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)