Disable RSA in the mobileconfigs. Fixes #486

pull/492/head
Jack Ivanov 7 years ago
parent aea22475c3
commit 540c761d3b

@ -94,11 +94,7 @@
<key>PayloadCertificateUUID</key>
<string>{{ pkcs12_PayloadCertificateUUID }}</string>
<key>CertificateType</key>
{% if Win10_Enabled is defined and Win10_Enabled == "Y" %}
<string>RSA2048</string>
{% else %}
<string>ECDSA256</string>
{% endif %}
<key>ServerCertificateIssuerCommonName</key>
<string>{{ IP_subject_alt_name }}</string>
<key>RemoteAddress</key>

Loading…
Cancel
Save