aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpkid/rpki/exceptions.py')
-rw-r--r--rpkid/rpki/exceptions.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/rpkid/rpki/exceptions.py b/rpkid/rpki/exceptions.py
index f57c679d..b1948337 100644
--- a/rpkid/rpki/exceptions.py
+++ b/rpkid/rpki/exceptions.py
@@ -326,3 +326,8 @@ class CommandParseFailure(RPKI_Exception):
"""
Failed to parse command line.
"""
+
+class CMSCertHasExpired(RPKI_Exception):
+ """
+ CMS certificate has expired.
+ """