StrongSwan: Difference between revisions
m →Packaging the required certificates and keys for Windows: Removed extra space from command |
m →Configuring strong encryption/ECDSA for the VPN connection: Removed superfluous return |
||
| Line 195: | Line 195: | ||
* In the Start menu, type "powershell". [[File:Administrator_Shield.png]] Click "Windows PowerShell" when it appears. It may take a few moments for the prompt to be appear and become ready to use. | * In the Start menu, type "powershell". [[File:Administrator_Shield.png]] Click "Windows PowerShell" when it appears. It may take a few moments for the prompt to be appear and become ready to use. | ||
* The following code snippet needs to be typed in to change the encryption settings for the VPN settings | * The following code snippet needs to be typed in to change the encryption settings for the VPN settings | ||
Set-VpnConnectionIPsecConfiguration -ConnectionName "VPN Connection" - | Set-VpnConnectionIPsecConfiguration -ConnectionName "VPN Connection" -AuthenticationTransformConstants GCMAES256 -CipherTransformConstants GCMAES256 -EncryptionMethod GCMAES256 -IntegrityCheckMethod SHA384 -DHGroup ECP384 | ||
-PfsGroup none -PassThru -AllUserConnection | -PfsGroup none -PassThru -AllUserConnection | ||
* Press the {{key press|Enter}} key. | * Press the {{key press|Enter}} key. | ||