ZLINT
ZLint is an open-source linting tool designed for X.509 certificates. It checks certificates against various industry standards, best practices, and common errors.
Field |
Type |
Description |
---|---|---|
zlint.errors_present |
boolean |
Whether the certificate's attributes triggered any error lints for non-conformance to the X.509 standard. |
zlint.failed_lints |
text |
A list of lint names which failed, if applicable. |
zlint.fatals_present |
boolean |
Whether the certificate's attributes triggered any fatal lints for non-conformance to the X.509 standard. |
zlint.notices_present |
boolean |
Whether the certificate's attributes triggered any notice lints for non-conformance to the X.509 standard. |
zlint.timestamp |
date |
An RFC-3339-formated timestamp indicating when the certificate was linted. |
zlint.version |
long |
The version of Zlint used to lint the certificate. |
zlint.warnings_present |
boolean |
Whether the certificate's attributes triggered any warning lints for non-conformance to the X.509 standard. |
Comments
0 comments
Article is closed for comments.