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 committed by GitHub
parent d8b318b59a
commit a4e4e2182a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@
<key>IntegrityAlgorithm</key>
<string>SHA2-512</string>
<key>LifeTimeInMinutes</key>
<integer>20</integer>
<integer>120</integer>
</dict>
<key>DeadPeerDetectionRate</key>
<string>Medium</string>
@ -87,7 +87,7 @@
<key>IntegrityAlgorithm</key>
<string>SHA2-512</string>
<key>LifeTimeInMinutes</key>
<integer>20</integer>
<integer>1440</integer>
</dict>
<key>LocalIdentifier</key>
<string>{{ item.0 }}</string>