Question:
How to access client certificate for Node.js app?
Answer:
For Node.js, the client cert is available in your app through a base64 encoded value in the X-ARR-ClientCert request header.
For ASP.NET, the client certificate is available through the HttpRequest.ClientCertificate property.