javascript - How to get server public key (or certificate) from browser when using HTTPS -
we need access server public key (or certificate) browser on client side. when access https side, browser downloads server certificate. need certificate (or public key) use in our code on client side (javascript) , cryptographic operations. looking solution without plugin development browsers (ie, firefox, chrome).
are there, example, browser specific extensions (javascript can detect used browser , call browser specific javascript methods accessing certificate), can read server certificate on client side?
is link http://social.msdn.microsoft.com/forums/ie/en-us/b4ffc420-4a7e-450d-90fe-2df60fb25e8d/accessing-the-ssl-server-certificate-of-a-webpage can use in ie? if yes, how use it?
Comments
Post a Comment