fix easyrsa The OpenSSL config file cannot be found

This commit is contained in:
lawtancool 2019-06-21 21:10:55 -07:00 committed by GitHub
parent bc8c2bc3fe
commit a0fc7f8288
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ fi
set -e
source "$OPENVPN/ovpn_env.sh"
export EASYRSA_SSL_CONF="/usr/share/easy-rsa/openssl-1.0.0.cnf"
# Specify "nopass" as arg[2] to make the CA insecure (not recommended!)
nopass=$1