Update mobileconfig.j2 (#1197)

Adds "Algo VPN" to the organization in the "Profiles" menu of "General Settings". (The type still shows up as "Unknown" in the "VPN" menu, because that seems to be governed by the "VPNSubType" string, which must be empty according to the [developer reference](https://developer.apple.com/enterprise/documentation/Configuration-Profile-Reference.pdf) Maybe this can help clear the way for #1101.
pull/1202/head
TC1977 6 years ago committed by Jack Ivanov
parent a53dec6349
commit a76642c4d5

@ -178,6 +178,8 @@
<string>{{ IP_subject_alt_name }} IKEv2</string>
<key>PayloadIdentifier</key>
<string>donut.local.{{ 500000 | random | to_uuid | upper }}</string>
<key>PayloadOrganization</key>
<string>Algo VPN</string>
<key>PayloadRemovalDisallowed</key>
<false/>
<key>PayloadType</key>

Loading…
Cancel
Save