Click here to Skip to main content
15,879,535 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am building an application, which require to install third party root SSL cetificate in all the browsers installed on the System. Please tell if anyone knows anything regarding this.

Thanks
Posted

1 solution

I Got the solution for IE and chrome.
It is by using following in sequence:

CreateFile
CertCreateCertificateContext
CertOpenStore
CertAddCertificateContextToStore

Can anyone tell about how to install SSL certs in FF?


Thanks
Avinash
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900