logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

zlint - command line utility for X.509 certificate linting

Author

       This manpage was written by Peymaneh Nejad for the Debian distribution and can  be  used  for  any  other
       usage of the program.

Description

       ZLint checks for consistency with standards (e.g.  RFC 5280) CA/Browser Forum Baseline Requirements).

Name

       zlint - command line utility for X.509 certificate linting

Options

-excludeNames string

              Comma-separated list of lints to exclude by name

       -excludeSources string

              Comma-separated list of lint sources to exclude

       -format string

              One of {pem, der, base64} (default "pem")

       -includeNames string

              Comma-separated list of lints to include by name

       -includeSources string

              Comma-separated list of lint sources to include

       -list-lints-json

              Print lints in JSON format, one per line

       -list-lints-source

              Print list of lint sources, one per line

       -longSummary

              Prints a human-readable summary report with details

       -nameFilter string

              Only   run   lints   with   a   name   matching   the  provided  regex.  (Can  not  be  used  with
              -includeNames/-excludeNames)

       -pretty

              Pretty-print JSON output

       -summary

              Prints a short human-readable summary report

       -version

              Print ZLint version and exit

Reporting Bugs

       Report bugs to https://github.com/zmap/zcertificate

See Also

zlint-gtld-update (1)

zlint 3.2.0                                         June 2021                                           ZLINT(1)

Synopsis

zlint [flags] file...

See Also