I’m using mTLS for client authentication of users to my web application. Is there a way to read data of that client certificate? I’d like to know, for example, the common name to identify the user for my web application.
I checked all the server variables passed through Cloudflare and I found nothing.
Thanks