Defaults default_crl_days to 2 years instead of 1

This commit is contained in:
Jérémy Dubois 2022-12-13 17:42:09 +01:00
parent 30ef252ff5
commit 514cd2e50f
2 changed files with 5 additions and 1 deletions

View file

@ -10,8 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### 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

View file

@ -14,7 +14,7 @@ crl = $dir/crl.pem
private_key = $dir/cakey.key
RANDFILE = $dir/.rand
default_days = 365
default_crl_days= 365
default_crl_days= 730
default_md = sha256
preserve = no
policy = policy_match