Hi,
I have a pkcs#12, sending from server to browser as binary with contentType
and Header:
response.setContentType("application/octet-stream");
response.setHeader("Content-disposition", "attachment; filename=pkcs12.pfx");
Running Mozilla on windows, Microsoft's "certificate import wizard" is invoked
to import the pkcs12 into windows certificate store but don't want this.
We want the pkcs12 to be imported into Mozilla's certificate store.
Running Mozilla in Linux, there is no tools to import the pkcs12 into Mozilla's
store.
The question is : Using Mozilla browser, how can we import the pkcs12 into
Mozilla's cert store?
(notes: we can import the pkcs12 file to Mozilla's cert store, but the question
here is how to deal with the binary sending from the server).
Thanks,
Gary
_______________________________________________
mozilla-crypto mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-crypto