vote up 1 vote down star

In ubuntu, I recently installed a client certificate in google chrome, and now I want to export it to other browsers. I installed the libnss3-tools package, but can't find the export option for certutil.

flag

80% accept rate
It would help others if you tagged this with the Operating System you are referring to here. – Helvick Feb 7 at 12:13

1 Answer

vote up 0 vote down check

The command is

pk12util -o certfile.p12 -d sql:$HOME/.pki/nssdb -n <certificate's name>

The certificate's name is obtained running

certutil -d sql:$HOME/.pki/nssdb -L
link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.