Initial release.
Pre-release
Pre-release
rwbaumg
released this
17 Apr 07:28
·
177 commits
to github
since this release
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 onlibcrypto.so
(provided bylibssl
), which is not included in this archive. As a result, this release will only support operating systems withlibcrypto.so.1.1
in their library path.- The installed Ruby version is not checked, so AWS
certlint
andcablint
tools may fail if the installed version is too old. Runningbuild.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.