Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

Regarding certificate installation in cert9.DB

  • 3 antwoorde
  • 1 het hierdie probleem
  • 1 view
  • Laaste antwoord deur 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).

All Replies (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).