joshuaaa wrote:
> var file =
> Components.classes[nsLocalFile].createInstance(nsILocalFile);
> file.initWithPath("path\to\cert.p12");
What path name exactly are you using, and on what platform? My guess is
that you're not really stumbling on importPKCS12File(), but on c
joshuaaa wrote:
> Now that I understand the process of how the nicknames work, I wonder
> if I'm missing a step in my code. The importPKCS12File() function for
> the XPCOM interface i'm using does not take any argument for a
> nickname. Neither do the other import certificate functions... what
> g
David Sadler wrote:
> We have made some progress but still having problems.
>
> This is what we have tried ... on SLES 10 SP1 , Suse Linux, IBM zSeries
> hardware.
>
> on the NSS side we created a certificate DB with certutil
> then added openCrypto to the DB with NSS modutil
> # modutil -dbd
On Aug 1, 12:43 am, Nelson B Bolyard <[EMAIL PROTECTED]> wrote:
> joshuaaa wrote:
> > However, I have not succeeded yet in importing a p12 file. When I do a
> > CertDB.ImportPKCS12File(null, cert_file);
> > it runs fine, asks for the password, I enter the password, and then I
> > get an alert that
We have made some progress but still having problems.
This is what we have tried ... on SLES 10 SP1 , Suse Linux, IBM zSeries
hardware.
on the NSS side we created a certificate DB with certutil
then added openCrypto to the DB with NSS modutil
modutil -dbdir /etc/apache2/
5 matches
Mail list logo