From 620e2794535ae7be7016bb6d7fb5904d52c63a9d Mon Sep 17 00:00:00 2001 From: kevgliss Date: Tue, 24 Oct 2017 14:46:33 -0700 Subject: [PATCH] Caa (#975) * Adding verisign error code for a CAA failure. * Tweaking error msg. --- lemur/plugins/lemur_verisign/plugin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lemur/plugins/lemur_verisign/plugin.py b/lemur/plugins/lemur_verisign/plugin.py index 1e32c4e4..c4a484a5 100644 --- a/lemur/plugins/lemur_verisign/plugin.py +++ b/lemur/plugins/lemur_verisign/plugin.py @@ -61,7 +61,8 @@ VERISIGN_ERRORS = { "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", - "0xa00e": "Pending. (Insufficient number of tokens.)" + "0xa00e": "Pending. (Insufficient number of tokens.)", + "0x8134": "Pending. (Domain failed CAA validation.)" }