FG
💻 Software

Install a PKCS#12 Certificate into firefox from the command line

Fresh5 days ago
Mar 15, 202615057 views
Confidence Score0%
0%

Problem

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. However this gives me the error: Am I doing something obviously wrong? This is on…

Error Output

certutil -A -n "My Certificate" -d /myfirefoxprofile/ -t "CT,," -a -i /mycertificate.pfx

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Install a PKCS#12 Certificate into firefox from the command line

Low Risk

It looks like you need to convert PFX to PEM...directions with openssl switches here: http://support.citrix.com/article/CTX106028 to be clear as evidently somehow i was confusing: convert from pfx to pem then rerun your import command with the new f…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment