From 1f2b445215840e8799fa9c0dbfee0f6e7957ffe4 Mon Sep 17 00:00:00 2001 From: sayali Date: Tue, 1 Dec 2020 18:44:13 -0800 Subject: [PATCH] Added RFC reference to enum --- lemur/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lemur/constants.py b/lemur/constants.py index 092b0e2d..64bee4c3 100644 --- a/lemur/constants.py +++ b/lemur/constants.py @@ -36,6 +36,7 @@ CERTIFICATE_KEY_TYPES = [ ] +# As per RFC 5280 section 5.3.1 (https://tools.ietf.org/html/rfc5280#section-5.3.1) class CRLReason(IntEnum): unspecified = 0, keyCompromise = 1,