Correct parameter to easyrsa_openssl in vars_setup
Signed-off-by: Richard Bonhomme <tincanteksup@gmail.com>
This commit is contained in:
parent
7f727b791b
commit
00a083e7fc
@ -1650,7 +1650,7 @@ Note: using Easy-RSA configuration from: $vars"
|
|||||||
if [ ! -f "$EASYRSA_SSL_CONF" ] && [ -f "$EASYRSA/openssl-easyrsa.cnf" ] && [ -d "$EASYRSA_PKI" ];
|
if [ ! -f "$EASYRSA_SSL_CONF" ] && [ -f "$EASYRSA/openssl-easyrsa.cnf" ] && [ -d "$EASYRSA_PKI" ];
|
||||||
then
|
then
|
||||||
cp "$EASYRSA/openssl-easyrsa.cnf" "$EASYRSA_SSL_CONF"
|
cp "$EASYRSA/openssl-easyrsa.cnf" "$EASYRSA_SSL_CONF"
|
||||||
easyrsa_openssl makesafeconfopenvpn
|
easyrsa_openssl makesafeconf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
} # vars_setup()
|
} # vars_setup()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user