Stanislaw �sterle <mailto:[EMAIL PROTECTED]> wrote:
> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to