Certificate Transparency (CT)
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://tldfyi.com/iframe/glossary/certificate-transparency/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://tldfyi.com/glossary/certificate-transparency/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/certificate-transparency/)
Use the native HTML custom element.
Certificate Transparency (CT) is an open standard (RFC 9162) that requires all publicly trusted [[ssl-tls|SSL/TLS certificates]] to be logged in publicly auditable, append-only ledgers called CT logs. Browsers enforce CT by requiring that every certificate include signed proofs (SCTs) from recognized CT logs before it is trusted. CT enables domain owners to monitor for unauthorized certificates issued for their domains and allows security researchers to detect misissuance by certificate authorities. Services like crt.sh and Google's Transparency Report provide searchable access to CT log data.
Example
A company monitoring CT logs via crt.sh discovers a certificate was issued for 'secure.theircompany.com' by an unauthorized CA — indicating a potential phishing setup or CA compromise.