mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-15 09:13:01 +02:00
Disable RSA in the mobileconfigs. Fixes #486
This commit is contained in:
parent
643df9bce1
commit
4e4fdb5ec4
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue