-
Notifications
You must be signed in to change notification settings - Fork 49
/
enroll.mobileconfig
70 lines (70 loc) · 2.04 KB
/
enroll.mobileconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadContent</key>
<dict>
<key>Key Type</key>
<string>RSA</string>
<key>Challenge</key>
<string>SCEP-CHALLENGE-HERE</string>
<key>Key Usage</key>
<integer>5</integer>
<key>Keysize</key>
<integer>2048</integer>
<key>URL</key>
<string>https://mdm.example.org/scep</string>
</dict>
<key>PayloadIdentifier</key>
<string>com.github.micromdm.scep</string>
<key>PayloadType</key>
<string>com.apple.security.scep</string>
<key>PayloadUUID</key>
<string>CB90E976-AD44-4B69-8108-8095E6260978</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
<dict>
<key>AccessRights</key>
<integer>8191</integer>
<key>CheckOutWhenRemoved</key>
<true/>
<key>IdentityCertificateUUID</key>
<string>CB90E976-AD44-4B69-8108-8095E6260978</string>
<key>PayloadIdentifier</key>
<string>com.github.micromdm.nanomdm.mdm</string>
<key>PayloadType</key>
<string>com.apple.mdm</string>
<key>PayloadUUID</key>
<string>96B11019-B54C-49DC-9480-43525834DE7B</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>ServerCapabilities</key>
<array>
<string>com.apple.mdm.per-user-connections</string>
<string>com.apple.mdm.bootstraptoken</string>
<string>com.apple.mdm.token</string>
</array>
<key>ServerURL</key>
<string>https://mdm.example.org/mdm</string>
<key>SignMessage</key>
<true/>
<key>Topic</key>
<string>com.apple.mgmt.External.YOUR-PUSH-TOPIC-HERE</string>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Enrollment Profile</string>
<key>PayloadIdentifier</key>
<string>com.github.micromdm.nanomdm</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>F9760DD4-F2D1-4F29-8D2C-48D52DD0A9B3</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>