Iskanje po podpori

Izogibajte se prevarantski tehnični podpori. Nikoli vam ne bomo naročili, da pokličete telefonsko številko ali nam pošljete osebne podatke. Sumljivo dejavnost prijavite z gumbom »Prijavi zlorabo«.

Več o tem

Export private cert

  • 2 odgovora
  • 4 imajo to težavo
  • 34 ogledov
  • Zadnji odgovor od 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

Izbrana rešitev

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

Preberite ta odgovor v kontekstu 👍 0

Vsi odgovori (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

Izbrana rešitev

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

Spremenil Darkmagister