在ubuntu中,我最近在google chrome中安裝了客戶端證書,現在我想將其匯出到其他瀏覽器。我安裝了 libnss3-tools 套件,但找不到 certutil 的匯出選項。
答案1
命令是
pk12util -o certfile.p12 -d sql:$HOME/.pki/nssdb -n <certificate's name>
憑證名稱是運行取得的
certutil -d sql:$HOME/.pki/nssdb -L
答案2
我必須這樣做才能從 Linux 中的 Google Chrome 中取得我的startssl.com 憑證。然後我可以將憑證匯入 Firefox,一切都很好。
$ pk12util -o certfile.p12 -d sql:$HOME/.pki/nssdb -n "StartCom Free Certificate Member's StartCom Class 1 Primary Intermediate Client CA ID"