From 10d833e5981395c2c551c98f6941e8e5d59dd9ed Mon Sep 17 00:00:00 2001 From: Mike Grima Date: Thu, 13 Oct 2016 15:23:56 -0700 Subject: [PATCH] Added Symantec plugin error checking for invalid domain suffix (#449) --- lemur/plugins/lemur_verisign/plugin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lemur/plugins/lemur_verisign/plugin.py b/lemur/plugins/lemur_verisign/plugin.py index 810bdf25..c8042a89 100644 --- a/lemur/plugins/lemur_verisign/plugin.py +++ b/lemur/plugins/lemur_verisign/plugin.py @@ -56,6 +56,8 @@ VERISIGN_ERRORS = { "0x3043": "Certificates must have a validity of at least 1 day", "0x950b": "CSR: Invalid State", "0x3105": "Organization Name Not Matched", + "0x300a": "Domain/SubjectAltName Mismatched -- make sure that the SANs have the proper domain suffix", + "0x950e": "Invalid Common Name -- make sure the CN has a proper domain suffix", }