I'm supposed to have some certificates installed in the "my certificates" section of Firefox, but there are none there. if I could figure out where there are stored (somewhere inside my profile directory maybe?) then I could try and restore from a backup.
相关问题
- Can ServiceStack JsonServiceClient send a get requ
- .NET Core gives unknown error while processing HTT
- Keychain unable to import p12 properly and system
- SQLite Storage in Firefox 3.0 +
- Writing a custom protocol handler portable on Fire
相关文章
- Firefox remembering radio buttons incorrectly
- How to use Jetty with Let's Encrypt certificat
- Does the apple push notification distribution cert
- CSS Firefox box-shadow and outline
- Openssl telling certificate has expired when it ha
- OpenSSL error - unable to get local issuer certifi
- XML Parsing Error in Firefox developer console
- firefox ondrop event.dataTransfer is null after up
if your are on windows go to the start menu click on run and type %appdata% and go to folder Mozilla\Firefox\Profiles\umqigyll.default the certificate are stored in the file cert8.db
go here for more
This would be a better question for http://superuser.com, but look in your Firefox profile directory. Certificates are stored in the
cert8.db
file. Their corresponding keys are stored inkey3.db
.If you need additional assistance finding your Firefox profile directory, detailed instructions are available at http://support.mozilla.com/en-US/kb/Profiles#How_to_find_your_profile.