I'am using Apache as a reverse proxy to hide
several backend servers which host several application
I'am using SSL client authentication with x509
certificates to authenticate users.
I was wondering if I can use different CA
certificate files (one for each back-end server) to authenticate users' client
certificates.
example
users accessing application_a are authenticated
using CertCA1
users accessing application_b are authenticated
using CertCA1
users accessing application_c are authenticated
using CertCA2
The SSLCACertificateFile directive is used to set
CA certificate files, but it can't be used within a
<Location> context !
Any suggestion or idea is really
appreciated
Andrea |