diff options
Diffstat (limited to 'data/templates/ipsec/windows_profile.tmpl')
-rw-r--r-- | data/templates/ipsec/windows_profile.tmpl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/data/templates/ipsec/windows_profile.tmpl b/data/templates/ipsec/windows_profile.tmpl deleted file mode 100644 index 8c26944be..000000000 --- a/data/templates/ipsec/windows_profile.tmpl +++ /dev/null @@ -1,4 +0,0 @@ -Remove-VpnConnection -Name "{{ vpn_name }}" -Force -PassThru - -Add-VpnConnection -Name "{{ vpn_name }}" -ServerAddress "{{ remote }}" -TunnelType "Ikev2" -Set-VpnConnectionIPsecConfiguration -ConnectionName "{{ vpn_name }}" -AuthenticationTransformConstants {{ ike_encryption.encryption }} -CipherTransformConstants {{ ike_encryption.encryption }} -EncryptionMethod {{ esp_encryption.encryption }} -IntegrityCheckMethod {{ esp_encryption.hash }} -PfsGroup None -DHGroup "Group{{ ike_encryption.dh_group }}" -PassThru -Force |