Reputation: 8034
I just delete all SSL certificates and certificate authorities from mozilla firefox. Now its not even let me open the gmail.com.
How can I selectively get and verify gmail certifcate online (and any other certificate)? (without reinstalling firefox).
Upvotes: 0
Views: 1698
Reputation: 122659
You can get the full list back from Mozilla:
https://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1
Upvotes: 1
Reputation: 104080
Ubuntu provides a ca-certificates
package and Debian provides a similar ca-certificates
package. If you wish to inspect both of these and select the certificates you trust you can include them on your system manually. While neither Ubuntu nor Debian can vouch for the certificate authorities included in the package, millions of people rely on them for daily use. If you're on a Debian or Ubuntu system, simply type sudo apt-get install ca-certificates
. If you're not on Debian or Ubuntu, then you'll probably want to download the .tar.gz
source files from either of the linked webpages above.
Upvotes: 1
Reputation: 481
This should not be the case that you delete your certificate and you will not be able to open your gmail.
When you will visit gmail again the server will send you the certificate. You just need to save them, and it should work.You may also try using https:gmail.com/. I think you have disabled you cookies functionality in you browser.
Upvotes: 0