Skip to content

Initial release.

Pre-release
Pre-release
Compare
Choose a tag to compare
@rwbaumg rwbaumg released this 17 Apr 07:28
· 177 commits to github since this release
pki-lint-v1.0.0

This marks the first release of the pki-lint framework in compiled form.

Expect issues with this release! For example, the following issues are currently known:

  • x509lint depends on libcrypto.so (provided by libssl), which is not included in this archive. As a result, this release will only support operating systems with libcrypto.so.1.1 in their library path.
  • The installed Ruby version is not checked, so AWS certlint and cablint tools may fail if the installed version is too old. Running build.sh will validate the installed Ruby version for you, and install it if needed on Debian and Debian-based systems with APT installed.

In order to install dependencies, it is recommended to run build.sh before lint.sh. Alternatively, you can install missing packages as requested by the lint.sh script.

Future releases will include fixes for the packaging, so that the script can run all checks on any 64-bit Linux without having to install any additional packages at all.

Please file issues for any problems you encounter not mentioned above, or for any general feedback.