Releases: lstellway/self-signed-ssl
Releases · lstellway/self-signed-ssl
v0.3.1
v0.3.0
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 viacURL
using themaster
branch will experience a broken workflow.
- To maintain consistency between the repository name and the script name, the script has been renamed to
v0.2.0
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
- Adds support for
- Updates script style (indentation, comments, etc..) using ShellCheck
First release
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
).