Re: import pkcs12 certificate to netscape

1999-08-06 Thread Dr Stephen Henson
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\

Re: import pkcs12 certificate to netscape

1999-08-06 Thread Erwann ABALEA
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

import pkcs12 certificate to netscape

1999-08-06 Thread Kevin Fan
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 net