diff options
Diffstat (limited to 'source/glossary.rst')
-rw-r--r-- | source/glossary.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/source/glossary.rst b/source/glossary.rst new file mode 100644 index 0000000..b3b2383 --- /dev/null +++ b/source/glossary.rst @@ -0,0 +1,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.
\ No newline at end of file |