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.

link|improve this question

It would help others if you tagged this with the Operating System you are referring to here. – Helvick Feb 7 '10 at 12:13
feedback

2 Answers

up vote 0 down vote accepted

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|improve this answer
feedback

I had to do this to get my startssl.com cert out of Google Chrome in Linux. I could then import the cert into Firefox and all is well.

$ pk12util -o certfile.p12 -d sql:$HOME/.pki/nssdb -n "StartCom Free Certificate Member's StartCom Class 1 Primary Intermediate Client CA ID"
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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