Added Symantec plugin error checking for invalid domain suffix (#449)
This commit is contained in:
parent
708d85abeb
commit
10d833e598
|
@ -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",
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue