mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-15 17:23:07 +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>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Password</key>
|
<key>Password</key>
|
||||||
<string>{{ easyrsa_p12_export_password }}</string>
|
<string>{{ p12_export_password }}</string>
|
||||||
<key>PayloadCertificateFileName</key>
|
<key>PayloadCertificateFileName</key>
|
||||||
<string>ca.crt</string>
|
<string>ca.crt</string>
|
||||||
<key>PayloadContent</key>
|
<key>PayloadContent</key>
|
||||||
|
|
Loading…
Add table
Reference in a new issue