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:
TC1977 2018-11-20 11:38:53 -05:00
parent 374919cee7
commit d4da77eedf

View file

@ -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>