Correct parameter to easyrsa_openssl in vars_setup

Signed-off-by: Richard Bonhomme <tincanteksup@gmail.com>
This commit is contained in:
Richard Bonhomme 2019-12-13 12:12:22 +00:00
parent 7f727b791b
commit 00a083e7fc
No known key found for this signature in database
GPG Key ID: D7D49FA009D95091

View File

@ -1650,7 +1650,7 @@ Note: using Easy-RSA configuration from: $vars"
if [ ! -f "$EASYRSA_SSL_CONF" ] && [ -f "$EASYRSA/openssl-easyrsa.cnf" ] && [ -d "$EASYRSA_PKI" ];
then
cp "$EASYRSA/openssl-easyrsa.cnf" "$EASYRSA_SSL_CONF"
easyrsa_openssl makesafeconfopenvpn
easyrsa_openssl makesafeconf
fi
} # vars_setup()