Hello, I am using Apache tomcat version 7 and trying to configure SSL. Here is what I did so far.
1. Generated CSR using OpenSSL and purchased certificate from geotrust. 2. Imported the cert from Geotrust to the PEM keystore. 3. Converted keystore to PKCS 12. 4. Configured SSL connector in server.xml and pointed the keystore to PKCS 12 I have created. Issue: There is another application that provides SSL certificate which I need to add to signers section of tomcat PKCS 12 file. I need some help with adding the cert to signers section. I tried adding the cert using IBM iKeyman, it appears that tomcat does not like the PKCS12 file modified using iKeyman. Any suggestions or help is appreciated.