Re: problem using the method importUsertCertificates

2008-07-09 Thread Nelson B Bolyard
Jero wrote, On 2008-07-09 07:22: > I know that you can do do that changing the contentType in a servlet to > "application/x-x509-user-cert" but I want to install more than one user > certificate (if you send a pkcs7 with several user certificates only the > first one is installed). That might

problem using the method importUsertCertificates

2008-07-09 Thread Jero
Hi people! I'm working for a CA and I'm trying to use the method: crypto.importUserCertificates("nicknameString", "certString", forceBackup) to install a user certificates in Mozilla firefox, but it doesn't work. The error is: Error: uncaught exception: [Exception... "Component returned failur

Re: Problem using the method importUsertCertificates

2008-07-09 Thread Johnathan Nightingale
Hello Jero, For questions about the details of our crypto code, you will likely find more people able to help by posting in the mozilla.dev.tech.crypto newsgroup, instead of mozilla.dev.apps.firefox. Cheers, Johnathan On 9-Jul-08, at 6:07 AM, [EMAIL PROTECTED] wrote: > Hi folks. > > I'm wo