Merge in other commits suitable for v3.0.5 from masteer.
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
This commit is contained in:
parent
9bd3241a31
commit
d0326c0d49
@ -78,6 +78,8 @@ stage_unix() {
|
|||||||
|
|
||||||
cp -R "$SRC_ROOT/doc" "$DIST_ROOT/unix/$PV/" || die "failed to copy unix doc"
|
cp -R "$SRC_ROOT/doc" "$DIST_ROOT/unix/$PV/" || die "failed to copy unix doc"
|
||||||
|
|
||||||
|
sed -i -e "s/~~~/$VERSION/" "$DIST_ROOT/unix/$PV/easyrsa"
|
||||||
|
|
||||||
# files not included
|
# files not included
|
||||||
rm -rf "$DIST_ROOT/unix/$PV/doc/TODO" || die "failed rm TODO"
|
rm -rf "$DIST_ROOT/unix/$PV/doc/TODO" || die "failed rm TODO"
|
||||||
}
|
}
|
||||||
@ -92,6 +94,7 @@ stage_win() {
|
|||||||
for f in $SRC_ROOT/doc/*.md;
|
for f in $SRC_ROOT/doc/*.md;
|
||||||
do
|
do
|
||||||
fname=$(basename "$f" .md)
|
fname=$(basename "$f" .md)
|
||||||
|
sed -i -e "s/~~~/$VERSION/" "$SRC_ROOT/$f"
|
||||||
python -m markdown "$f" > "$DIST_ROOT/windows/$PV/doc/$fname.html"
|
python -m markdown "$f" > "$DIST_ROOT/windows/$PV/doc/$fname.html"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Easy-RSA 3 -- A Shell-based CA Utility
|
# Easy-RSA 3 -- A Shell-based CA Utility
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 by the Open-Source OpenVPN development community.
|
# Copyright (C) 2018 by the Open-Source OpenVPN development community.
|
||||||
# A full list of contributors can be found in the ChangeLog.
|
# A full list of contributors can be found in the ChangeLog.
|
||||||
#
|
#
|
||||||
# This code released under version 2 of the GNU GPL; see COPYING and the
|
# This code released under version 2 of the GNU GPL; see COPYING and the
|
||||||
@ -969,7 +969,7 @@ $file"
|
|||||||
If the key is currently encrypted you must supply the decryption passphrase.
|
If the key is currently encrypted you must supply the decryption passphrase.
|
||||||
${crypto:+You will then enter a new PEM passphrase for this key.$NL}"
|
${crypto:+You will then enter a new PEM passphrase for this key.$NL}"
|
||||||
|
|
||||||
"$EASYRSA_OPENSSL" "$key_type" -in "$file" -out "$file" "$crypto" || die "\
|
"$EASYRSA_OPENSSL" "$key_type" -in "$file" -out "$file" $crypto || die "\
|
||||||
Failed to change the private key passphrase. See above for possible openssl
|
Failed to change the private key passphrase. See above for possible openssl
|
||||||
error messages."
|
error messages."
|
||||||
|
|
||||||
@ -1126,10 +1126,10 @@ Note: using Easy-RSA configuration from: $vars"
|
|||||||
set_var EASYRSA_CURVE secp384r1
|
set_var EASYRSA_CURVE secp384r1
|
||||||
set_var EASYRSA_EC_DIR "$EASYRSA_PKI/ecparams"
|
set_var EASYRSA_EC_DIR "$EASYRSA_PKI/ecparams"
|
||||||
set_var EASYRSA_CA_EXPIRE 3650
|
set_var EASYRSA_CA_EXPIRE 3650
|
||||||
set_var EASYRSA_CERT_EXPIRE 3650
|
set_var EASYRSA_CERT_EXPIRE 1080 # new default of 36 months
|
||||||
set_var EASYRSA_CRL_DAYS 180
|
set_var EASYRSA_CRL_DAYS 180
|
||||||
set_var EASYRSA_NS_SUPPORT no
|
set_var EASYRSA_NS_SUPPORT no
|
||||||
set_var EASYRSA_NS_COMMENT "Easy-RSA Generated Certificate"
|
set_var EASYRSA_NS_COMMENT "Easy-RSA (~~~) Generated Certificate"
|
||||||
set_var EASYRSA_TEMP_CONF "$EASYRSA_PKI/openssl-easyrsa.temp"
|
set_var EASYRSA_TEMP_CONF "$EASYRSA_PKI/openssl-easyrsa.temp"
|
||||||
set_var EASYRSA_TEMP_EXT "$EASYRSA_PKI/extensions.temp"
|
set_var EASYRSA_TEMP_EXT "$EASYRSA_PKI/extensions.temp"
|
||||||
set_var EASYRSA_TEMP_FILE_2 ""
|
set_var EASYRSA_TEMP_FILE_2 ""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user