Request user to sign string by client certificate and get this sign in PHP

Aquamarine

New Member
I can authorize user by his client certificate with apache mod_ssl.Now I need to request user to sign some string with his client certificate and read this sign in my php script.I know how to do it with openssl_sign when I have key.pem on server but the client certificate is on client computer, installed in browser
 
Back
Top