mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-02 18:13:13 +02:00
Change CertificateType to ECDSA384
This commit is contained in:
parent
94584a3378
commit
af75f28602
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@
|
||||||
<key>PayloadCertificateUUID</key>
|
<key>PayloadCertificateUUID</key>
|
||||||
<string>{{ pkcs12_PayloadCertificateUUID }}</string>
|
<string>{{ pkcs12_PayloadCertificateUUID }}</string>
|
||||||
<key>CertificateType</key>
|
<key>CertificateType</key>
|
||||||
<string>ECDSA256</string>
|
<string>ECDSA384</string>
|
||||||
<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