Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

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