I am trying to use certutil to add a client certificate to the firefox db: The purpose of this certificate is to authenticate with a server - the server asks for credentials, this certificate contains the credentials.
certutil -A -n "My Certificate" -d /myfirefoxprofile/ -t "CT,," -a -i /mycertificate.pfx
However this gives me the error:
certutil: could not obtain certificate from file: security library: improperly formatted DER-encoded message.
Am I doing something obviously wrong?
This is on ubuntu 10.10