I am using Apache as a reverse proxy to my back end B2B system. The back end uses the user certificate to authenticate the user to allow the POST of application data.
I need to have the reverse proxy pass the certificate from the front end to the back end so this authenticaton can take place.
I'm looking for an example config file or some documentation (for dummies :)) to allow me to do this.