StrongSwan: Difference between revisions
m →Making the VPN profile: Added Administrator Shield icon |
m →Configuring strong encryption/ECDSA for the VPN connection: Added Administrator Shield icon |
||
| Line 179: | Line 179: | ||
Windows PowerShell is used to change the encryption settings for the VPN connection. | Windows PowerShell is used to change the encryption settings for the VPN connection. | ||
* In the Start menu, type "powershell". | * 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" -AuthenticationTransformConstant | Set-VpnConnectionIPsecConfiguration -ConnectionName "VPN Connection" -AuthenticationTransformConstant | ||