From ed6d7bbd8c9feebe2e033286acba21ad579dbe24 Mon Sep 17 00:00:00 2001 From: Ryan Kasper Date: Wed, 26 Apr 2017 15:21:55 -0600 Subject: [PATCH] Update Windows Client PfsGroup Commandline --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fcad771..eefd0447 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ Your VPN is now installed and ready to use. If you want to perform these steps by hand, you will need to import the user certificate to the Personal certificate store, add an IKEv2 connection in the network settings, then activate stronger ciphers on it via the following PowerShell script: ```powershell -Set-VpnConnectionIPsecConfiguration -ConnectionName "Algo" -AuthenticationTransformConstants GCMAES128 -CipherTransformConstants GCMAES128 -EncryptionMethod AES128 -IntegrityCheckMethod SHA384 -DHGroup ECP256 -PfsGroup none +Set-VpnConnectionIPsecConfiguration -ConnectionName "Algo" -AuthenticationTransformConstants GCMAES128 -CipherTransformConstants GCMAES128 -EncryptionMethod AES128 -IntegrityCheckMethod SHA384 -DHGroup ECP256 -PfsGroup ECP256 ``` ### Linux Network Manager Clients (e.g., Ubuntu, Debian, or Fedora Desktop)