Skip to content

Commit

Permalink
Update support emails from @datacommons.io to @gen3.org (#2620)
Browse files Browse the repository at this point in the history
* Update vpnvm_new.sh - email

update all support emails from <whatever-support>@datacommons.io to <whatever-support>@gen3.org
do not merge until gen3.org emails are active.

* Update vpnvm.sh - email

update all support emails from <whatever-support>@datacommons.io to <whatever-support>@gen3.org
do not merge until gen3.org emails are active.

* Update install_ovpn.sh - email

update all support emails from <whatever-support>@datacommons.io to <whatever-support>@gen3.org
do not merge until gen3.org emails are active.

* Update vpnvm_ubuntu18.sh - email

update all support emails from <whatever-support>@datacommons.io to <whatever-support>@gen3.org
do not merge until gen3.org emails are active.

* retrigger checks

---------

Co-authored-by: George Thomas <[email protected]>
Co-authored-by: jacob50231 <[email protected]>
  • Loading branch information
3 people authored Aug 22, 2024
1 parent 6a73667 commit 4dfcee2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion files/openvpn_management_scripts/install_ovpn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COUNTRY="US"
STATE="IL"
CITY="Chicago"
ORG="CDIS"
EMAIL='support\@datacommons.io'
EMAIL='support\@gen3.org'
KEY_EXPIRE=365


Expand Down
4 changes: 2 additions & 2 deletions flavors/vpn_nlb_central/vpnvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export FQDN="$SERVERNAME.planx-pla.net"; export cloud="$CLOUDNAME"; export SERVE
#export FQDN="raryatestvpnv1.planx-pla.net"; export cloud="planxvpn1"; export SERVER_PEM="/root/server.pem"; bash /root/openvpn_management_scripts/install_ovpn.sh
#export FQDN="raryatestvpnv1.planx-pla.net"; export cloud="planxvpn"; export EMAIL="support@datacommons.io"; export SERVER_PEM="/root/server.pem"; export VPN_SUBNET="192.168.192.0/20"; export VM_SUBNET="10.128.0.0/20"; bash install_ovpn.sh
#export FQDN="raryatestvpnv1.planx-pla.net"; export cloud="planxvpn"; export EMAIL="support@gen3.org"; export SERVER_PEM="/root/server.pem"; export VPN_SUBNET="192.168.192.0/20"; export VM_SUBNET="10.128.0.0/20"; bash install_ovpn.sh
### need to install lighttpd
Expand Down Expand Up @@ -174,4 +174,4 @@ sudo chmod 755 /etc/init.d/awslogs
sudo systemctl enable awslogs
sudo systemctl restart awslogs

echo "Install is completed"
echo "Install is completed"
2 changes: 1 addition & 1 deletion flavors/vpn_nlb_central/vpnvm_new.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ COUNTRY="US"
STATE="IL"
CITY="Chicago"
ORG="CTDS"
EMAIL='support\@datacommons.io'
EMAIL='support\@gen3.org'
KEY_EXPIRE=365

#OpenVPN
Expand Down
2 changes: 1 addition & 1 deletion flavors/vpn_nlb_central/vpnvm_ubuntu18.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ COUNTRY="US"
STATE="IL"
CITY="Chicago"
ORG="CTDS"
EMAIL='support\@datacommons.io'
EMAIL='support\@gen3.org'
KEY_EXPIRE=365

#OpenVPN
Expand Down

0 comments on commit 4dfcee2

Please sign in to comment.