Skip to content

Commit

Permalink
implement semantic versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
kaysond committed Apr 5, 2019
1 parent c9f9de7 commit 24e1c98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The wrapper is based on Jamie Nguyen's guide: [OpenSSL Certificate Authority](https://jamielinux.com/docs/openssl-certificate-authority/ )
## Installation
Copy `spki` to a location in your path.
Copy `spki` to a location in your path. [Releases](https://github.com/kaysond/spki/releases) use [semantic versioning](https://semver.org/) to identify backwards-incompatible changes.

## Configuration
The top of the script contains several configuration variables; the defaults correspond to the guide.
Expand Down
8 changes: 4 additions & 4 deletions spki
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# Based on https://jamielinux.com/docs/openssl-certificate-authority/
#
# Revision History:
# 2019-04-05 0.9.2.1 Bug fixes
# 2019-04-05 0.9.2 Added update-config, export-pkcs12 and SAN support
# 2019-04-02 0.9.1 Improved password handling
# 2019-03-21 0.9.0 Created
# 2019-04-05 0.7.1 Bug fixes
# 2019-04-05 0.7.0 Added update-config, export-pkcs12 and SAN support
# 2019-04-02 0.6.0 Improved password handling
# 2019-03-21 0.5.0 Created
#

#############
Expand Down

0 comments on commit 24e1c98

Please sign in to comment.