Digital Signature
Posted: Tue Dec 07, 2010 12:12 am
I have created a sample digital signature with OpenSSL in pem format (eg:- userkey.pem)containing private and public keys, and is exported to Mozilla 's certificates section.
how can I access the certificates stored in the browser via PHP ?
My aim is to check the browser for the certificate and to perform some actions accordingly..
I got some programs to verify the keys in the certificate, with an uploaded file or a file in the server itself (read file using the file_get_contents command in php). but I couldn't get the programs to access the certificates stored in user's browser or a memory device (Pen drive). If anybody knows it , pls reply
how can I access the certificates stored in the browser via PHP ?
My aim is to check the browser for the certificate and to perform some actions accordingly..
I got some programs to verify the keys in the certificate, with an uploaded file or a file in the server itself (read file using the file_get_contents command in php). but I couldn't get the programs to access the certificates stored in user's browser or a memory device (Pen drive). If anybody knows it , pls reply