Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
Added a line to the PowerShell script to fix #126
  • Loading branch information
jawj committed Sep 13, 2021
1 parent 8e9d8af commit f38dcde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,9 @@ A configuration profile is attached as vpn-ios-or-mac.mobileconfig — simply op
You will need Windows 10 Pro or above. Please run the following commands in PowerShell:
$Response = Invoke-WebRequest -UseBasicParsing -Uri https://valid-isrgrootx1.letsencrypt.org
# ^ this line fixes a certificate lazy-loading bug: see https://github.com/jawj/IKEv2-setup/issues/126
Add-VpnConnection -Name "${VPNHOST}" \`
-ServerAddress "${VPNHOST}" \`
-TunnelType IKEv2 \`
Expand All @@ -596,6 +599,7 @@ Set-VpnConnection -Name "${VPNHOST}" -SplitTunneling \$True
You will need to enter your chosen VPN username and password in order to connect.
== Android ==
Download the strongSwan app from the Play Store: https://play.google.com/store/apps/details?id=org.strongswan.android
Expand Down

0 comments on commit f38dcde

Please sign in to comment.