Dockerfile: Add ENV configuration
* Add ENV configuration options to Dockerfile as opposed to keeping in the wrapper script. * First step to splitting up openvpn.sh in to smaller scripts.
This commit is contained in:
@ -3,13 +3,6 @@
|
||||
# OpenVPN + Docker Wrapper Script
|
||||
#
|
||||
|
||||
OPENVPN="/etc/openvpn"
|
||||
|
||||
# Needed by easyrsa itself
|
||||
export EASYRSA="/usr/local/share/easy-rsa/easyrsa3"
|
||||
export EASYRSA_PKI="$OPENVPN/pki"
|
||||
export EASYRSA_VARS_FILE="$OPENVPN/vars"
|
||||
|
||||
set -ex
|
||||
|
||||
abort() {
|
||||
|
Reference in New Issue
Block a user