Allow "--copy-ext" without a value. (https://github.com/OpenVPN/easy-rsa/pull/153)
This commit is contained in:
parent
9500a6a14b
commit
482b3e7ade
@ -1188,6 +1188,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