mirror of
https://github.com/trailofbits/algo.git
synced 2025-07-21 13:03:02 +02:00
Add p12 password back to mobileconfigs (#1218)
This commit is contained in:
parent
a66d8f0069
commit
22395f5f84
1 changed files with 2 additions and 0 deletions
|
@ -134,6 +134,8 @@
|
|||
<string>IKEv2</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Password</key>
|
||||
<string>{{ p12_export_password }}</string>
|
||||
<key>PayloadCertificateFileName</key>
|
||||
<string>{{ item.0 }}.p12</string>
|
||||
<key>PayloadContent</key>
|
||||
|
|
Loading…
Add table
Reference in a new issue