Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

Regarding certificate installation in cert9.DB

  • 3 përgjigje
  • 1 e ka hasur këtë problem
  • 1 parje
  • Përgjigjja më e re nga swshruti

more options

I am using firefox 80 version and i tried installing certificates through certutil in cert9.db but certificates are not getting installed. i tried with older version but still certificates are not installed.But when i tried installing through command prompt certificates are installed.what is the possible reason?(i am using windows 10).

I am using firefox 80 version and i tried installing certificates through certutil in cert9.db but certificates are not getting installed. i tried with older version but still certificates are not installed.But when i tried installing through command prompt certificates are installed.what is the possible reason?(i am using windows 10).

Krejt Përgjigjet (3)

more options

The cert9.db file is a SQLite database and certutil might default to cert8.db DBM file.

Note that you can use policies.json or GPO to install certificates.

more options

certutil -A -n 127.0.0.1 -t TCpc,, -i "C:\Users\swshruti\AppData\Roaming\tempThinClients\desktopplugin.cer" -d sql:"C:\Users\swshruti\AppData\Roaming\Mozilla\Firefox\Profiles/v8qrz21u.default-release-1600405672614"

using above command , i am getting following error:

certutil: unable to open ""C:\Users\swshruti\AppData\Roaming\tempThinClients\desktopplugin.cer"" for reading (-5987, 123).

more options

certutil -A -n 127.0.0.1 -t TCpc,, -i "C:\Users\swshruti\AppData\Roaming\tempThinClients\desktopplugin.cer" -d sql:"C:\Users\swshruti\AppData\Roaming\Mozilla\Firefox\Profiles/v8qrz21u.default-release-1600405672614"

using above command , i am getting following error: certutil: unable to open ""C:\Users\swshruti\AppData\Roaming\tempThinClients\desktopplugin.cer"" for reading (-5987, 123).