Caa (#975)
* Adding verisign error code for a CAA failure. * Tweaking error msg.
This commit is contained in:
parent
bbf73c48a3
commit
620e279453
|
@ -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.)"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue