How to send “Subject Alternative Name” data from SSL certificate with Apache HTTPD
问题 My users are connecting to my app thanks to a smartcard containing a certificate. I am using httpd to make sure the certificate is valid : SSLCACertificateFile "${SRVROOT}/conf/ssl/certs/usersCA.crt" It works fine but I'd like to know who my user is on the server side (a spring app running on tomcat). The certificat contains a unique ID which I can use to know who the user is. Unfortunately it's stored in the subjectAltName (http://wiki.cacert.org/FAQ/subjectAltName). For reference the