mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-22 00:57:08 +02:00
Disable RSA in the mobileconfigs. Fixes #486
This commit is contained in:
parent
aea22475c3
commit
540c761d3b
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