-
Notifications
You must be signed in to change notification settings - Fork 157
/
Copy pathcom.apple.security.scep.plist
451 lines (447 loc) · 13.9 KB
/
com.apple.security.scep.plist
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
<?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>pfm_description</key>
<string>Use this section to define settings for configuration access to SCEP servers.</string>
<key>pfm_title</key>
<string>SCEP</string>
<key>pfm_format_version</key>
<integer>1</integer>
<key>pfm_version</key>
<integer>1</integer>
<key>pfm_domain</key>
<string>com.apple.security.scep</string>
<key>pfm_interaction</key>
<string>combined</string>
<key>pfm_targets</key> <!-- Added for ProfilePayloads -->
<array>
<string>user</string>
<string>system</string>
</array>
<key>pfm_platforms</key> <!-- Added for ProfilePayloads -->
<array>
<string>iOS</string>
<string>macOS</string>
<string>tvOS</string>
</array>
<key>pfm_unique</key>
<false/>
<key>pfm_subkeys</key>
<array>
<!-- Default Payload Keys -->
<dict>
<key>pfm_name</key>
<string>PayloadDescription</string>
<key>pfm_title</key>
<string>Payload Description</string>
<key>pfm_description</key>
<string>Description of the payload</string>
<key>pfm_type</key>
<string>string</string>
<key>pfm_default</key>
<string>Configures SCEP settings</string>
</dict>
<dict>
<key>pfm_name</key>
<string>PayloadDisplayName</string>
<key>pfm_title</key>
<string>Payload Display Name</string>
<key>pfm_description</key>
<string>Name of the payload</string>
<key>pfm_type</key>
<string>string</string>
<key>pfm_default</key>
<string>SCEP</string>
<key>pfm_require</key>
<string>always</string>
</dict>
<dict>
<key>pfm_name</key>
<string>PayloadIdentifier</string>
<key>pfm_title</key>
<string>Payload Identifier</string>
<key>pfm_description</key>
<string>A unique identifier for the payload, dot-delimited. Usually root PayloadIdentifier+subidentifier</string>
<key>pfm_type</key>
<string>string</string>
<key>pfm_default</key>
<string>com.apple.security.scep</string>
<key>pfm_require</key>
<string>always</string>
</dict>
<dict>
<key>pfm_name</key>
<string>PayloadType</string>
<key>pfm_title</key>
<string>Payload Type</string>
<key>pfm_description</key>
<string>The type of the payload, a reverse dns string</string>
<key>pfm_type</key>
<string>string</string>
<key>pfm_default</key>
<string>com.apple.security.scep</string>
<key>pfm_require</key>
<string>always</string>
</dict>
<dict>
<key>pfm_name</key>
<string>PayloadUUID</string>
<key>pfm_title</key>
<string>Payload UUID</string>
<key>pfm_description</key>
<string>Unique identifier for the payload (format 01234567-89AB-CDEF-0123-456789ABCDEF)</string>
<key>pfm_type</key>
<string>string</string>
<key>pfm_default</key>
<string></string>
<key>pfm_require</key>
<string>always</string>
<key>pfm_format</key>
<string>^[0-9A-Za-z]{8}-[0-9A-Za-z]{4}-[0-9A-Za-z]{4}-[0-9A-Za-z]{4}-[0-9A-Za-z]{12}$</string>
</dict>
<dict>
<key>pfm_name</key>
<string>PayloadVersion</string>
<key>pfm_title</key>
<string>Payload Version</string>
<key>pfm_description</key>
<string>The version of the whole configuration profile.</string>
<key>pfm_type</key>
<string>integer</string>
<key>pfm_default</key>
<integer>1</integer>
<key>pfm_require</key>
<string>always</string>
</dict>
<dict>
<key>pfm_name</key>
<string>PayloadOrganization</string>
<key>pfm_title</key>
<string>Payload Organization</string>
<key>pfm_description</key>
<string>This value describes the issuing organization of the profile, as displayed to the user</string>
<key>pfm_type</key>
<string>string</string>
</dict>
<!-- Custom Payload Keys -->
<dict>
<key>pfm_name</key>
<string>PayloadContent</string>
<key>pfm_title</key>
<string>Payload Content</string>
<key>pfm_description</key>
<string>This dictionary contains the payload contents</string>
<key>pfm_type</key>
<string>dictionary</string>
<key>pfm_default</key>
<dict>
<key>Key Type</key>
<string>RSA</string>
<key>Keysize</key>
<integer>1024</integer>
<key>Retries</key>
<integer>3</integer>
<key>RetryDelay</key>
<integer>10</integer>
</dict>
<key>pfm_require</key>
<string>always</string>
<key>pfm_subkeys</key>
<array>
<dict>
<key>pfm_name</key>
<string>URL</string>
<key>pfm_title</key>
<string>URL</string>
<key>pfm_description</key>
<string>The base URL for the SCEP server</string>
<key>pfm_type</key>
<string>string</string>
<key>pfm_require</key>
<string>always</string>
</dict>
<dict>
<key>pfm_name</key>
<string>Name</string>
<key>pfm_title</key>
<string>Name</string>
<key>pfm_description</key>
<string>Any string that is understood by the SCEP server. For example, it could be a domain name like example.org. If a certificate authority has multiple CA certificates this field can be used to distinguish which is required.</string>
<key>pfm_type</key>
<string>string</string>
</dict>
<dict>
<key>pfm_name</key>
<string>Subject</string>
<key>pfm_title</key>
<string>Subject</string>
<key>pfm_description</key>
<string>The representation of a X.500 name represented as an array of OID and value. OIDs can be represented as dotted numbers, with shortcuts for country (C), locality (L), state (ST), organization (O), organizational unit (OU), and common name (CN).</string>
<key>pfm_type</key>
<string>array</string>
<key>pfm_subkeys</key>
<array>
<dict>
<key>pfm_name</key>
<string>SCEPSubjectArrayInnerArray</string>
<key>pfm_title</key>
<string>Array Inside SCEP Subject Array</string>
<key>pfm_description</key>
<string>This array holds another array which holds an OID value pair</string>
<key>pfm_type</key>
<string>array</string>
<key>pfm_subkeys</key>
<array>
<dict>
<key>pfm_name</key>
<string>SCEPSubjectArrayPair</string>
<key>pfm_title</key>
<string>Subject Array Pair</string>
<key>pfm_description</key>
<string>An array representing an OID and value pair.</string>
<key>pfm_type</key>
<string>array</string>
<key>pfm_repetition_min</key>
<integer>2</integer>
<key>pfm_repetition_max</key>
<integer>2</integer>
<key>pfm_subkeys</key>
<array>
<dict>
<key>pfm_name</key>
<string>OID</string>
<key>pfm_title</key>
<string>OID</string>
<key>pfm_description</key>
<string>One item in the array representing a OID</string>
<key>pfm_type</key>
<string>string</string>
</dict>
<dict>
<key>pfm_name</key>
<string>Value</string>
<key>pfm_title</key>
<string>Value</string>
<key>pfm_description</key>
<string>One item in the array representing a value</string>
<key>pfm_type</key>
<string>string</string>
</dict>
</array>
</dict>
</array>
</dict>
</array>
</dict>
<dict>
<key>pfm_name</key>
<string>Challenge</string>
<key>pfm_title</key>
<string>Challenge</string>
<key>pfm_description</key>
<string>Used as the pre-shared secret for automatic enrollment</string>
<key>pfm_type</key>
<string>string</string>
</dict>
<dict>
<key>pfm_name</key>
<string>Keysize</string>
<key>pfm_title</key>
<string>Key Size</string>
<key>pfm_description</key>
<string>Key size in bits</string>
<key>pfm_type</key>
<string>integer</string>
<key>pfm_default</key>
<integer>1024</integer>
<key>pfm_range_list</key>
<array>
<integer>1024</integer>
<integer>2048</integer>
</array>
</dict>
<dict>
<key>pfm_name</key>
<string>CAFingerprint</string>
<key>pfm_title</key>
<string>Fingerprint</string>
<key>pfm_description</key>
<string>The fingerprint (hex string) of the Certificate Authority certificate.</string>
<key>pfm_type</key>
<string>data</string>
<key>pfm_type_input</key>
<string>string</string>
<key>pfm_value_processor</key>
<string>hex2data</string>
</dict>
<dict>
<key>pfm_name</key>
<string>KeyType</string>
<key>pfm_title</key>
<string>Key Type</string>
<key>pfm_description</key>
<string>Currently always "RSA".</string>
<key>pfm_type</key>
<string>string</string>
<key>pfm_default</key>
<string>RSA</string>
<key>pfm_range_list</key>
<array>
<string>RSA</string>
</array>
</dict>
<dict>
<key>pfm_name</key>
<string>KeyUsage</string>
<key>pfm_title</key>
<string>Key Usage</string>
<key>pfm_description</key>
<string>A bitmask indicating the use of the key.\n• 1 - signing\n• 4 - encryption\n• 5 - signing and encryption</string>
<key>pfm_type</key>
<string>integer</string>
<key>pfm_default</key>
<integer>0</integer>
<key>pfm_range_list</key>
<array>
<integer>0</integer>
<integer>1</integer>
<integer>4</integer>
<integer>5</integer>
</array>
<key>pfm_ios_min</key>
<string>4.0</string>
</dict>
<dict>
<key>pfm_name</key>
<string>SubjectAltName</string>
<key>pfm_title</key>
<string>Subject Alt Name</string>
<key>pfm_description</key>
<string>Specifies the Subject Alt Name for the certificate</string>
<key>pfm_type</key>
<string>dictionary</string>
<key>pfm_subkeys</key>
<array>
<dict>
<key>pfm_name</key>
<string>rfc822Name</string>
<key>pfm_title</key>
<string>RFC 822 Name</string>
<key>pfm_description</key>
<string>RFC 822 (email address) string</string>
<key>pfm_type</key>
<string>string</string>
</dict>
<dict>
<key>pfm_name</key>
<string>dNSName</string>
<key>pfm_title</key>
<string>DNS Name</string>
<key>pfm_description</key>
<string>DNS Name</string>
<key>pfm_type</key>
<string>string</string>
</dict>
<dict>
<key>pfm_name</key>
<string>uniformResourceIdentifier</string>
<key>pfm_title</key>
<string>URI</string>
<key>pfm_description</key>
<string>Uniform Resource Indentifier</string>
<key>pfm_type</key>
<string>string</string>
</dict>
<dict>
<key>pfm_name</key>
<string>ntPrincipalName</string>
<key>pfm_title</key>
<string>NT Principal Name</string>
<key>pfm_description</key>
<string>NT Principal Name</string>
<key>pfm_type</key>
<string>string</string>
</dict>
</array>
</dict>
<dict>
<key>pfm_name</key>
<string>Retries</string>
<key>pfm_title</key>
<string>Retries</string>
<key>pfm_description</key>
<string>The number of times the device should retry if the server sends a PENDING response</string>
<key>pfm_type</key>
<string>integer</string>
<key>pfm_default</key>
<integer>3</integer>
</dict>
<dict>
<key>pfm_name</key>
<string>RetryDelay</string>
<key>pfm_title</key>
<string>Retry Delay</string>
<key>pfm_description</key>
<string>The number of seconds to wait between subsequent retries. The first retry is attempted without this delay</string>
<key>pfm_type</key>
<string>integer</string>
<key>pfm_default</key>
<integer>10</integer>
</dict>
<dict>
<key>pfm_name</key>
<string>CertificateRenewalTimeInterval</string>
<key>pfm_title</key>
<string>Certificate Expiration Notification</string>
<key>pfm_description</key>
<string>The number of days before the certificate expires at which to start showing the expiration notification</string>
<key>pfm_type</key>
<string>integer</string>
<key>pfm_default</key>
<integer>14</integer>
<key>pfm_platforms</key> <!-- Added for ProfilePayloads -->
<array>
<string>macOS</string>
</array>
</dict>
<dict>
<key>pfm_name</key>
<string>AllowAllAppsAccess</string> <!-- First Seen Server 5.6 / 10.13.4 -->
<key>pfm_title</key>
<string>Allow access to all apps</string>
<key>pfm_description</key>
<string>Allow all apps to access the certificate in the keychain</string>
<key>pfm_type</key>
<string>boolean</string>
<key>pfm_platforms</key> <!-- Added for ProfilePayloads -->
<array>
<string>macOS</string>
</array>
</dict>
<!-- No documentation on the structure of this. When googling all seems to use an array and not a dictionary, but the doc says dict...
<dict>
<key>pfm_name</key>
<string>GetCACaps</string>
<key>pfm_title</key>
<string>Custom GetCACaps Response</string>
<key>pfm_description</key>
<string>If you add a dictionary with the key GetCACaps, the device uses the strings you provide as the authoritative source of information about the capabilities of your CA.</string>
<key>pfm_type</key>
<string>dictionary</string>
<key>pfm_subkeys</key>
<array>
<dict>
</dict>
</array>
<key>pfm_n_platforms</key>
<array>
<string>macOS</string>
</array>
</dict>
-->
</array>
</dict>
</array>
</dict>
</plist>