From 0b2cd1021f53edc56a2c24e837cf7055fd21f278 Mon Sep 17 00:00:00 2001 From: Josh Meisels Date: Sat, 1 Apr 2017 12:29:12 -0700 Subject: [PATCH] Fixed typo (#333) Windows manual steps `-AuthenticationTransformConstants SHA25612 8` had a space that causes this command to fail. Should be `-AuthenticationTransformConstants SHA256128` --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e70d61f5..16be6dbc 100644 --- a/README.md +++ b/README.md @@ -105,8 +105,7 @@ Copy the CA certificate, user certificate, and the user PowerShell script to the 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: -`Set-VpnConnectionIPsecConfiguration -ConnectionName "Algo" -AuthenticationTransformConstants SHA25612 -8 -CipherTransformConstants AES256 -EncryptionMethod AES256 -IntegrityCheckMethod SHA256 -DHGroup Group14 -PfsGroup none` +`Set-VpnConnectionIPsecConfiguration -ConnectionName "Algo" -AuthenticationTransformConstants SHA256128 -CipherTransformConstants AES256 -EncryptionMethod AES256 -IntegrityCheckMethod SHA256 -DHGroup Group14 -PfsGroup none` ### Linux strongSwan Clients (e.g., OpenWRT, Ubuntu, etc.)