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 14c905b commit bddb21a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flavors/vpn_nlb_central/vpnvm_new.sh
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ function main() {
# if [! -d "/etc/openvpn/easy-rsa"]; then
aws s3 ls s3://${S3_BUCKET}/${VPN_NLB_NAME}/ || build_PKI
#fi

misc
configure_ovpn
tweak_network

Expand All @@ -522,7 +522,7 @@ function main() {
install_webserver
fi
install_cron
misc



cp /etc/openvpn/bin/templates/lighttpd.conf.template /etc/lighttpd/lighttpd.conf
Expand Down

0 comments on commit bddb21a

Please sign in to comment.