Merge branch 'TinCanTech-master'

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
This commit is contained in:
Eric F Crist 2020-01-07 12:03:54 -06:00
commit 573e3346ea
No known key found for this signature in database
GPG Key ID: 72964219390D0D0E

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()