mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-15 17:23:07 +02:00
Moved password to correct line in mobile configy
Signed-off-by: Murph
This commit is contained in:
parent
2610702499
commit
35f0778128
1 changed files with 2 additions and 2 deletions
|
@ -134,6 +134,8 @@
|
||||||
<string>IKEv2</string>
|
<string>IKEv2</string>
|
||||||
</dict>
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
|
<key>Password</key>
|
||||||
|
<string>{{ p12_export_password }}</string>
|
||||||
<key>PayloadCertificateFileName</key>
|
<key>PayloadCertificateFileName</key>
|
||||||
<string>{{ item.0 }}.p12</string>
|
<string>{{ item.0 }}.p12</string>
|
||||||
<key>PayloadContent</key>
|
<key>PayloadContent</key>
|
||||||
|
@ -154,8 +156,6 @@
|
||||||
<integer>1</integer>
|
<integer>1</integer>
|
||||||
</dict>
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
<key>Password</key>
|
|
||||||
<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