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