From d04d68f6cb94dfa11eee0784abb5479923d03a29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Dubois?= Date: Tue, 13 Dec 2022 17:46:50 +0100 Subject: [PATCH] Release 22.12.2 --- CHANGELOG.md | 16 +++++++++++----- openssl.cnf | 2 +- shellpki | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) 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 <