Skip to content

Commit

Permalink
Add support for openvpn on AL2
Browse files Browse the repository at this point in the history
  • Loading branch information
jawadqur committed Feb 22, 2024
1 parent f1f167d commit d9df3ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export OPENVPN_MY_BIN="/etc/openvpn/bin"

#CDIS OpenVPN scripts contants
export TEMPLATE_DIR="/etc/openvpn/bin/templates"
export KEY_PATH="/etc/openvpn/easy-rsa/keys/"
export KEY_PATH="/etc/openvpn/easy-rsa/pki/"
export CA_PATH="$KEY_PATH/ca.crt"
export TA_KEY_PATH="$KEY_PATH/ta.key"
export ARCHIVE_CERT_DIR="$KEY_DIR/user_certs/"
Expand Down

0 comments on commit d9df3ed

Please sign in to comment.