LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   ssl certificate generated from openssl into tomcat (https://www.linuxquestions.org/questions/linux-security-4/ssl-certificate-generated-from-openssl-into-tomcat-740727/)

bradvan 07-17-2009 05:31 AM

ssl certificate generated from openssl into tomcat
 
I have some servers with both apache web server and tomcat on it. I recently used openssl to generate a private and key and then the certificate signing request. I sent it off and received my certificate back. I've never really done much with tomcat before, and that is when I found out it expected me to use keytool to create the key and csr so that they were in a "keystore." Is there someway I can take the openssl keys and the certificate and get it into the keystore, or am I going to have to request a new certificate just for tomcat?

I hope this is the correct forum. Thanks!

dlugasx 07-17-2009 05:57 AM

Quote:

Originally Posted by bradvan (Post 3610536)
I have some servers with both apache web server and tomcat on it. I recently used openssl to generate a private and key and then the certificate signing request. I sent it off and received my certificate back. I've never really done much with tomcat before, and that is when I found out it expected me to use keytool to create the key and csr so that they were in a "keystore." Is there someway I can take the openssl keys and the certificate and get it into the keystore, or am I going to have to request a new certificate just for tomcat?

I hope this is the correct forum. Thanks!

In my opinion the best solution is to install Apache + ModJK + Tomcat. Then You have to install certificate only on Apache.


Do You use modJK ?

bradvan 07-17-2009 07:57 AM

No. Is that the Apache Tomcat Connector? I'll have to look in to it. Thanks!


All times are GMT -5. The time now is 02:44 AM.