We have done client certificate authentication via SSLVerifyClient require
method. Now authentication is being done as required.
Now we want to store the client certificate
which we is being presented by the client during SSL handshake.
Is there a way I can save the client certificate which I am getting during authentication into a directory or somewhere? I need to get the public key and CN information from the client certificate.