From 49b1afc25b73d9c5daae1c76edb88aab42afa83e Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 1 May 2022 19:44:52 +0200 Subject: ipsec: T4353: fix Jinja2 linting errors --- data/templates/ipsec/ios_profile.tmpl | 104 ---------------------------------- 1 file changed, 104 deletions(-) delete mode 100644 data/templates/ipsec/ios_profile.tmpl (limited to 'data/templates/ipsec/ios_profile.tmpl') diff --git a/data/templates/ipsec/ios_profile.tmpl b/data/templates/ipsec/ios_profile.tmpl deleted file mode 100644 index c8e17729a..000000000 --- a/data/templates/ipsec/ios_profile.tmpl +++ /dev/null @@ -1,104 +0,0 @@ - - - - - PayloadDisplayName - {{ profile_name }} - - PayloadIdentifier - {{ rfqdn }} - - PayloadUUID - {{ '' | get_uuid }} - PayloadType - Configuration - PayloadVersion - 1 - PayloadContent - - - - - PayloadIdentifier - {{ rfqdn }}.conf1 - - PayloadUUID - {{ '' | get_uuid }} - PayloadType - com.apple.vpn.managed - PayloadVersion - 1 - - UserDefinedName - {{ vpn_name }} - VPNType - IKEv2 - IKEv2 - - - RemoteAddress - {{ remote }} - - RemoteIdentifier - {{ authentication.id if authentication.id is vyos_defined else 'VyOS' }} - - LocalIdentifier - - - ServerCertificateIssuerCommonName - {{ ca_cn }} - - ServerCertificateCommonName - {{ cert_cn }} - - AuthenticationMethod - Certificate - - ExtendedAuthEnabled - 1 - - IKESecurityAssociationParameters - - - EncryptionAlgorithm - {{ ike_encryption.encryption }} - - IntegrityAlgorithm - {{ ike_encryption.hash }} - - DiffieHellmanGroup - {{ ike_encryption.dh_group }} - - ChildSecurityAssociationParameters - - EncryptionAlgorithm - {{ esp_encryption.encryption }} - IntegrityAlgorithm - {{ esp_encryption.hash }} - DiffieHellmanGroup - {{ ike_encryption.dh_group }} - - - - - - PayloadIdentifier - org.example.ca - PayloadUUID - {{ '' | get_uuid }} - PayloadType - com.apple.security.root - PayloadVersion - 1 - - PayloadContent - - {{ ca_cert }} - - - - - -- cgit v1.2.3