Skip to content

Releases: lstellway/self-signed-ssl

v0.3.1

13 Jul 07:32
58788b9
Compare
Choose a tag to compare
  • Added options
    • --ca-ext
      • Specify CA extensions (openssl req -extensions [EXT])

Refer to the docs for more information.

v0.3.0

06 Apr 23:41
4460f32
Compare
Choose a tag to compare

Release Notes

  • Added Options
    • -v|--version
      • Display the script version
    • --csr
      • Provide your own CSR file
  • Updates script name
    • To maintain consistency between the repository name and the script name, the script has been renamed to self-signed-ssl.
      • A symbolic link has been created to maintain backwards compatibility for some for users using Homebrew.
      • Users downloading the self-signed-tls script via cURL using the master branch will experience a broken workflow.

v0.2.0

01 Apr 21:29
Compare
Choose a tag to compare

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

First release

24 Mar 21:49
e200bb6
Compare
Choose a tag to compare

This is the first release of the script.
I will be pushing updates via releases moving forward to create downloadable packages for package managers (such as brew).