From f38dcde76ff687158e81f211234a38ca7cba0c03 Mon Sep 17 00:00:00 2001 From: George MacKerron Date: Mon, 13 Sep 2021 13:17:09 +0100 Subject: [PATCH] Update setup.sh Added a line to the PowerShell script to fix #126 --- setup.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.sh b/setup.sh index f906ea6..74cc9c5 100755 --- a/setup.sh +++ b/setup.sh @@ -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 \` @@ -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