On Fri, 6 Aug 1999, Kevin Fan wrote:

> I can import pkcs12 file into netscape
> in netscape browser: Security->Yours->Import and select pkcs12 file,
> but I have to download it and then import.
> I write a perl cgi to read pkcs12 file and print it out like:
> 
> print "Content-Type: application/x-x509-user-cert\n\n";
> print $pkcs12;
> 
> and want netscape to import it. But it not worked....
> the $pkcs12 if the content of pkcs12 file which
> contains certificates and private keys.
> How can I import pkcs12 file into netscape directly without download it??

You cannot... As you should have noted, an application/x-x509-user-cert is
not the same thing as a PKCS#12 object...

Using Netscape, there's no way to do what you want.

I know that it's possible with MSIE4 (certainly using that xenroll3.dll).

-- 
Erwann ABALEA
System and Development Engineer - Certplus SA
[EMAIL PROTECTED]
- RSA PGP Key ID: 0x2D0EABD5 -

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to