Merge branch 'v3.0.5' of https://github.com/OpenVPN/easy-rsa into v3.0.6
This commit is contained in:
commit
bb9b0b7543
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
easyrsa3/pki/*
|
||||
easyrsa3/vars
|
||||
dist-staging
|
||||
easyrsa3/safessl-easyrsa.cnf
|
||||
|
||||
@ -1,13 +1,16 @@
|
||||
Easy-RSA 3 ChangeLog
|
||||
|
||||
3.0.5
|
||||
3.0.5 (2018-09-15)
|
||||
* Fix #17 & #58: use AES256 for CA key
|
||||
* Also, don't use read -s, use stty -echo
|
||||
* Fix broken "nopass" option
|
||||
* Add -r to read to stop errors reported by shellcheck (and to behave)
|
||||
* remove overzealous quotes around $pkcs_opts (more SC errors)
|
||||
* Support for LibreSSL
|
||||
* EasyRSA version will be reported in certificate comments
|
||||
* Client certificates now expire in 3 year (1080 days) by default
|
||||
|
||||
3.0.4
|
||||
3.0.4 (2018-01-21)
|
||||
* Remove use of egrep (#154)
|
||||
* Integrate with Travis-CI (#165)
|
||||
* Remove "local" from variable assignment (#165)
|
||||
|
||||
@ -1169,7 +1169,7 @@ Note: using Easy-RSA configuration from: $vars"
|
||||
set_var EASYRSA_CURVE secp384r1
|
||||
set_var EASYRSA_EC_DIR "$EASYRSA_PKI/ecparams"
|
||||
set_var EASYRSA_CA_EXPIRE 3650
|
||||
set_var EASYRSA_CERT_EXPIRE 1080 # new default of 36 months
|
||||
set_var EASYRSA_CERT_EXPIRE 1080 # new default of 36 months
|
||||
set_var EASYRSA_CRL_DAYS 180
|
||||
set_var EASYRSA_NS_SUPPORT no
|
||||
set_var EASYRSA_NS_COMMENT "Easy-RSA (~~~) Generated Certificate"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user