mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +02:00
fix in the mobileconfig template
This commit is contained in:
parent
2cb98b4516
commit
e90b58802d
1 changed files with 4 additions and 0 deletions
|
@ -90,7 +90,11 @@
|
||||||
<key>PayloadCertificateUUID</key>
|
<key>PayloadCertificateUUID</key>
|
||||||
<string>{{ pkcs12_PayloadCertificateUUID }}</string>
|
<string>{{ pkcs12_PayloadCertificateUUID }}</string>
|
||||||
<key>CertificateType</key>
|
<key>CertificateType</key>
|
||||||
|
{% if Win10_Enabled is defined and Win10_Enabled == "Y" %}
|
||||||
|
<string>RSA2048</string>
|
||||||
|
{% else %}
|
||||||
<string>ECDSA256</string>
|
<string>ECDSA256</string>
|
||||||
|
{% endif %}
|
||||||
<key>ServerCertificateIssuerCommonName</key>
|
<key>ServerCertificateIssuerCommonName</key>
|
||||||
<string>{{ IP_subject_alt_name }}</string>
|
<string>{{ IP_subject_alt_name }}</string>
|
||||||
<key>RemoteAddress</key>
|
<key>RemoteAddress</key>
|
||||||
|
|
Loading…
Add table
Reference in a new issue