diff --git a/CHANGELOG.md b/CHANGELOG.md index 4217474..47c52d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,17 +10,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +### Fixed + +### Removed + +### Security + +## [22.12.2] 2022-12-13 + +### Changed + * Defaults default_crl_days to 2 years instead of 1 ### Fixed * Fix ${CRL} and ${CA_DIR} rights so that CRL file can be read by openvpn -### Removed - -### Security - -## [22.12] 2022-12-02 +## [22.12.1] 2022-12-02 ### Fixed diff --git a/openssl.cnf b/openssl.cnf index dbda2b0..48ab9bd 100644 --- a/openssl.cnf +++ b/openssl.cnf @@ -1,4 +1,4 @@ -# VERSION="22.04" +# VERSION="22.12.2" [ ca ] default_ca = CA_default diff --git a/shellpki b/shellpki index c20e359..ac1d263 100755 --- a/shellpki +++ b/shellpki @@ -5,7 +5,7 @@ set -u -VERSION="22.12" +VERSION="22.12.2" show_version() { cat <