blob: b3b23833e689fea90a61e11b7aaa27561c079974 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
========
Glossary
========
.. glossary::
CRL
Definition from :rfc:`5280`:
X.509 defines one method of certificate revocation. This method
involves each CA periodically issuing a signed data structure called
a certificate revocation list (CRL). A CRL is a time-stamped list
identifying revoked certificates that is signed by a CA or CRL
issuer and made freely available in a public repository. Each
revoked certificate is identified in a CRL by its certificate serial
number.
|