Explore and compare certificate root stores ONLINE
- Apple
- Microsoft
- Mozilla
- Cloudflare
- DigiCert
- Let's Encrypt
- Sectigo
- TrustAsia
Nikita Korzhitskii and Niklas Carlsson, Characterizing the Root Landscape of Certificate Transparency Logs, IFIP Networking, Paris, France, 2020, URL: https://arxiv.org/abs/2001.04319
@INPROCEEDINGS{ctroots,
author={Korzhitskii, Nikita and Carlsson, Niklas},
booktitle={Proc. 2020 IFIP Networking},
title={Characterizing the Root Landscape of Certificate Transparency Logs},
year={2020}
}
Information reported by CCADB, collected manually, or from third-party sources might be imprecise. Some root stores contain revoked, previously-included, and explicitly disabled certificates. All of these continue to be logged by CT. Ensure direct verification of the root-stores within the OS/browser of interest. Some root stores might be unavailable for live scanning unless the default security policy of your browser is modified. See browser console for debug output.
SQLite database of logs and roots can be imported and exported. Direct access in the browser console via RootExplorer.db object:
RootExplorer.db.db.exec("SELECT * FROM log");