Accessing browser certificate store using javascript

how can I access the browser certificate store using javascript to find out if a root CA certificate exists?

+1
javascript cryptography ejbca
source share
1 answer

I could not find such a JavaScript library that performs the above task. So it cannot be used with JavaScript, but you can do the same with the applet in java.

-one
source share

All Articles