I have a cert generated through a custom protocol and I would like to add it to a browsers store (and and all browsers: ie, firefox, chrome, safari) so that it can use it to authenticate. How can I accomplish this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Firefox stores certificates in the three
.dbfiles in the user profile. So you would need to go through all existing profiles and change them. That can be done using NSS, particularly thecertutilcommand line tool and for PKCS #12 files alsopk12util. Depending on your goals you could of course also integrate NSS into your application and call its functions without using any command line tools. Note that IMHO adding a client certificate requires entering the master password for the database if one is set.