Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.