I'm attempting to install a user cert PKCS7 chain of the following form:
[root (not in the pkcs7)]
Master CA Cert
Internal CA Cert
Sub CA Cert.
User Certificate
I've got the cert cat'd to the browser using
application/x-x509-user-cert with the PEM form:
-----BEGIN CERTIFICATE-----
[pkcs7 data]
-----END CERTIFICATE-----
Am I doing something wrong or do I have to send the cert under a
different application type in order to use PKCS7 format?
Does Mozilla not understand PKCS7 PEMs and is expecting a DER in order
to work properly?
I've got IE importing PKCS7s just fine when installing the user certs.
Any assistance or information would be greatly appreciated,
- John Douglass
PS: I'm using Mozilla 1.1b Linux
