0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

CRL(証明書失効リスト)ってなに?

Posted at

応用情報技術者試験の過去問でCRLについての問題があったので、簡単にメモします。

CRLとは

CRL(Certificate Revocation List)は日本語では証明書失効リストといいます。
CRLとは有効期限内であるにもかかわらず、秘密鍵の漏洩、紛失、証明書の被発行者の規則違反などの理由により失効したディジタル証明書が列挙されたリストのことです。認証局、検証局が管理しています。

登録されている情報

CRLには失効した証明書のシリアル番号失効日時が登録されています。

有効期限について

CRLに登録されている証明書は有効期限の満了時点でCRLから抹消されます。
有効期限を過ぎたディジタル証明書は無効とみなされ使用できたないため、その情報を公表しなくても問題ないからです。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?