Generate a use a Openssl certificate in Tomcat

Posted by Safari on Server Fault See other posts from Server Fault or by Safari
Published on 2013-11-06T15:40:06Z Indexed on 2013/11/06 15:56 UTC
Read the original article Hit count: 168

Filed under:
|
|
|
|

I need to enable SSL on my Tomcat and Apache so I need to generate the (self-signed) certificate using Openssl tool end, about Tomcat, I need to import the certificate using keytool.

I know that is necessary to convert (openssl) certificate to Tomcat compatible format.

So I need to Use OpenSSL to convert the certificate into an PKCS12 keystore an I need to Import this keystore using keytool and export as Tomcat compatible keystore.

But I not understood how can I convert a my certificate (generated with Openssl) into a requested Tomcat format? is possible to explain me all the steps to reach my goal? thanks

© Server Fault or respective owner

Related posts about ssl

Related posts about tomcat