Caută ajutor

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

Acest fir de discuție a fost arhivat. Adresează o întrebare nouă dacă ai nevoie de ajutor.

Regarding certificate installation in cert9.DB

  • 3 răspunsuri
  • 1 are această problemă
  • 11 vizualizări
  • Ultimul răspuns de 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).

Toate răspunsurile (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).