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> <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>
@ -87,7 +87,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>