証明書の透明性 (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.
証明書の透明性(CT)は、公開的に信頼されるすべての[[ssl-tls|SSL/TLS証明書]]がCTログと呼ばれる公開監査可能な追記専用台帳に記録されることを義務付けるオープン標準(RFC 9162)です。ブラウザは、証明書が信頼される前に認定されたCTログからの署名済み証明(SCT)を含むことを要求することでCTを強制します。CTにより、ドメイン所有者は自分のドメインに不正に発行された証明書を監視でき、セキュリティ研究者は認証局による誤発行を検出できます。crt.shやGoogleの透明性レポートなどのサービスはCTログデータへの検索可能なアクセスを提供します。
使用例
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.