mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-14 08:43:01 +02:00
Update mobileconfig.j2
Changes Child_SA lifetime to 2 hours, and IKE_SA lifetime to 12 hrs (Apple default is actually 12h for both).
This commit is contained in:
parent
374919cee7
commit
709ad25abb
1 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@
|
||||||
<key>IntegrityAlgorithm</key>
|
<key>IntegrityAlgorithm</key>
|
||||||
<string>SHA2-512</string>
|
<string>SHA2-512</string>
|
||||||
<key>LifeTimeInMinutes</key>
|
<key>LifeTimeInMinutes</key>
|
||||||
<integer>20</integer>
|
<integer>120</integer>
|
||||||
</dict>
|
</dict>
|
||||||
<key>DeadPeerDetectionRate</key>
|
<key>DeadPeerDetectionRate</key>
|
||||||
<string>Medium</string>
|
<string>Medium</string>
|
||||||
|
@ -90,7 +90,7 @@
|
||||||
<key>IntegrityAlgorithm</key>
|
<key>IntegrityAlgorithm</key>
|
||||||
<string>SHA2-512</string>
|
<string>SHA2-512</string>
|
||||||
<key>LifeTimeInMinutes</key>
|
<key>LifeTimeInMinutes</key>
|
||||||
<integer>20</integer>
|
<integer>1440</integer>
|
||||||
</dict>
|
</dict>
|
||||||
<key>LocalIdentifier</key>
|
<key>LocalIdentifier</key>
|
||||||
<string>{{ item.0 }}</string>
|
<string>{{ item.0 }}</string>
|
||||||
|
|
Loading…
Add table
Reference in a new issue