Hi. from the security point of view, you should not create the PKCS#12 on the server but let the browser generate the private key. On Browsers != IE you can use the <keygen> tag in an html form for doing that kind of stuff.
<[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > If we have PKCS#12, generated on the server. > We're sending it to the Mozilla browser via HTTP. > The question is: what how the browser import this PKCS#12 into Mozilla > cert store automaticall (without going to "Tools -> Options -> Advanced, > then scroll down to 'certificates'". > > I think the server needs to put some Java script in the form (that > contains PKCS#12), so that it can invoke some Mozilla API to deal with > Mozilla's cert store. > > Has anyody tried this? > Thanks > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Ram A M > Sent: Thursday, March 24, 2005 8:46 AM > To: [email protected] > Subject: Re: Access to the certificate store using javascript > > > To browser the certificate store in a FireFox: > Tools -> Options -> Advanced, then scroll down to 'certificates'. > > _______________________________________________ > mozilla-crypto mailing list > [email protected] > http://mail.mozilla.org/listinfo/mozilla-crypto > > _______________________________________________ mozilla-crypto mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-crypto
