* Adding verisign error code for a CAA failure.

* Tweaking error msg.
This commit is contained in:
kevgliss 2017-10-24 14:46:33 -07:00 committed by GitHub
parent bbf73c48a3
commit 620e279453
1 changed files with 2 additions and 1 deletions

View File

@ -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.)"
}