Can we make Apache act as client with p12 certificate which can connect to a Server which does client authentication?
Instead of this setup:
Jboss (keystore with p12 certificate) -> Server(client authentication)
we want this:
Jboss -> Apache (setup with p12 certificate) -> Server (client authentication)
The partner (server) has already provided the p12 certificate. Can we extract the certificate and the unencrypted private key from p12 as pem and then use Apache as client. In this way we don't have to setup security on jboss but make Apache handle the SSL/TLS