1

how can i access browser certificate store, using javascript ,to know if a CA's Root certificate exists or not ?

Tariq Abbas
  • 121
  • 1
  • 13
  • 2
    You cannot do that with JavaScript. The solution is to use a well known CA. – Alex K. Jan 21 '15 at 12:49
  • pardon me please , i couldn't get your reply . i need to check the browser store for a particulat CA's Root using javascript.It doesn't fulfil my requirements . – Tariq Abbas Jan 22 '15 at 05:25
  • You cannot do that using JavaScript. If you explain your reasoning for needing you may get alternative suggestions. – Alex K. Jan 22 '15 at 11:39

1 Answers1

-1

I couldn't find such JavaScript library that does the above mentioned task.so its not possible using JavaScript but you can do the same with an Applet in java.

Tariq Abbas
  • 121
  • 1
  • 13