Hello,
For mod_ssl it is *%{SSL_CLIENT_CERT}x*
El mar, 4 abr 2023 a las 13:55, Juan Francisco Jiménez Pérez (<
jf.jimenezpe...@mnemo.com>) escribió:
> Hi!
>
> I have configured my apache server to request client certificates for
> authentication for a specific location match.
> This is how it is
Hi!
I have configured my apache server to request client certificates for
authentication for a specific location match.
This is how it is configured:
* *
*SSLOptions +ExportCertData +StdEnvVar*
*SSLVerifyClient optional_no_ca*
* Header always set SSL-CLIENT-CERT "%{SSL_CLIENT_CERT}e"*
*