Skip to content

v0.2.0

Compare
Choose a tag to compare
@lstellway lstellway released this 01 Apr 21:29
· 17 commits to master since this release

Release Notes

  • Added options
    • --csr-only
      • Allows the generation of solely a certificate signing request
    • --extfile
      • Allows users to provide their own certificate extensions file
  • Adds trust functionality for Linux systems
    • Adds support for update-ca-trust on Fedora/CentOS
    • Adds support for update-ca-certificates on Debian/Ubuntu
  • Updates script style (indentation, comments, etc..) using ShellCheck