0

The system I am working with allows clients to register their public keys for mTLS with an application server. We would like our client's applications to establish an mTLS connection with an NGINX proxy which offloads the certificate validation to our application server. Meaning, it accepts all mTLS connections and certs, puts the public cert in a header and passes the entire request to our application server which then validates public cert registration for that client.

Is this possible to setup with NGINX or another similar proxy?

0 Answers0