Allow "--copy-ext" without a value. (https://github.com/OpenVPN/easy-rsa/pull/153)
This commit is contained in:
parent
32a35bb18b
commit
be20590d50
@ -1188,6 +1188,7 @@ while :; do
|
||||
--vars)
|
||||
export EASYRSA_VARS_FILE="$val" ;;
|
||||
--copy-ext)
|
||||
empty_ok=1
|
||||
export EASYRSA_CP_EXT=1 ;;
|
||||
--subject-alt-name)
|
||||
export EASYRSA_EXTRA_EXTS="\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user