Release 22.12.2

This commit is contained in:
Jérémy Dubois 2022-12-13 17:46:50 +01:00
parent 514cd2e50f
commit d04d68f6cb
3 changed files with 13 additions and 7 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
# VERSION="22.04"
# VERSION="22.12.2"
[ ca ]
default_ca = CA_default

View file

@ -5,7 +5,7 @@
set -u
VERSION="22.12"
VERSION="22.12.2"
show_version() {
cat <<END