mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
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.
This commit is contained in:
parent
a53dec6349
commit
a76642c4d5
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue