Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Export private cert

  • 2 回覆
  • 4 有這個問題
  • 34 次檢視
  • 最近回覆由 Darkmagister

more options

Hi, i've installed a private ssl cert on firefox on my android phone, because a site required this yo login, but now i would like to export that to my pc also .... unfortunatelly i can not find a screen to do that, can any one helping me to export that?

Thanks

Hi, i've installed a private ssl cert on firefox on my android phone, because a site required this yo login, but now i would like to export that to my pc also .... unfortunatelly i can not find a screen to do that, can any one helping me to export that? Thanks

被選擇的解決方法

thanks for the links very helpfull. I've exported to my pc the cert9.db and key4.db from here: /data/data/org.mozilla.firefox/files/mozilla/<random number>.default/cert9.db

/data/data/org.mozilla.firefox/files/mozilla/<random number>.default/key4.db

now with certutil certutil -K -d sql:. certutil: Checking token "NSS Certificate DB" in slot "NSS User Private Key and Certificate Services" < 0> rsa .... i can see my private key export that: pk12util -o key.p12 -n "IDENTIFICATION-STRING" -d sql:.

and i have my key exported

now i can import that on my desktop firefox

thanks

從原來的回覆中察看解決方案 👍 0

所有回覆 (2)

more options

Currently I do not know if this is a feature. You can try these add ons Cert manager and/or check out this old question as well https://support.mozilla.org/en-US/que.../786035?s=certificate&as=s

more options

選擇的解決方法

thanks for the links very helpfull. I've exported to my pc the cert9.db and key4.db from here: /data/data/org.mozilla.firefox/files/mozilla/<random number>.default/cert9.db

/data/data/org.mozilla.firefox/files/mozilla/<random number>.default/key4.db

now with certutil certutil -K -d sql:. certutil: Checking token "NSS Certificate DB" in slot "NSS User Private Key and Certificate Services" < 0> rsa .... i can see my private key export that: pk12util -o key.p12 -n "IDENTIFICATION-STRING" -d sql:.

and i have my key exported

now i can import that on my desktop firefox

thanks

由 Darkmagister 於 修改