fix in the mobileconfig template

This commit is contained in:
Jack Ivanov 2016-11-27 12:44:05 +03:00
parent 2cb98b4516
commit e90b58802d

View file

@ -90,7 +90,11 @@
<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>