From 540c761d3b4fdd865568b7438e257d1e9ee8ebac Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Tue, 25 Apr 2017 23:06:51 +0200 Subject: [PATCH] Disable RSA in the mobileconfigs. Fixes #486 --- roles/vpn/templates/mobileconfig.j2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roles/vpn/templates/mobileconfig.j2 b/roles/vpn/templates/mobileconfig.j2 index 6d54233..1a892d8 100644 --- a/roles/vpn/templates/mobileconfig.j2 +++ b/roles/vpn/templates/mobileconfig.j2 @@ -94,11 +94,7 @@ PayloadCertificateUUID {{ pkcs12_PayloadCertificateUUID }} CertificateType -{% if Win10_Enabled is defined and Win10_Enabled == "Y" %} - RSA2048 -{% else %} ECDSA256 -{% endif %} ServerCertificateIssuerCommonName {{ IP_subject_alt_name }} RemoteAddress