Hello, I need to configure SSL in Tomcat 7.0.39, but am staled at the SSLCertificateKeyFile directive.
I have been given by our info security team two trusted CA certificates, root and intermediate, with our large company being the CA, to use for ldap over ssl with APR in order to use OpenSSL. In the Tomcat docs is the directive SSLCertificateKeyFile stating it must point to the private key. We are using keystore, and when I try to export the private key the end result is that it cannot export the key due to it being a trusted certificate "KeyStoreException: TrustedCertEntry not supported". How to obtain the key? Is there another method, or does the CA need to supply it to me? Thanks -John