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??
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]