Added Symantec plugin error checking for invalid domain suffix (#449)

This commit is contained in:
Mike Grima 2016-10-13 15:23:56 -07:00 committed by kevgliss
parent 708d85abeb
commit 10d833e598
1 changed files with 2 additions and 0 deletions

View File

@ -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",
}