mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-14 00:33:02 +02:00
Fixed variable for certificate password
This commit is contained in:
parent
feebb490ee
commit
2610702499
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@
|
|||
</dict>
|
||||
<dict>
|
||||
<key>Password</key>
|
||||
<string>{{ easyrsa_p12_export_password }}</string>
|
||||
<string>{{ p12_export_password }}</string>
|
||||
<key>PayloadCertificateFileName</key>
|
||||
<string>ca.crt</string>
|
||||
<key>PayloadContent</key>
|
||||
|
|
Loading…
Add table
Reference in a new issue