mirror of
https://github.com/fleetdm/fleet
synced 2026-04-25 15:37:22 +00:00
40 lines
1.3 KiB
Text
40 lines
1.3 KiB
Text
|
|
<?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>Password</key>
|
||
|
|
<string>%s</string>
|
||
|
|
<key>PayloadContent</key>
|
||
|
|
<data>%s</data>
|
||
|
|
<key>PayloadDisplayName</key>
|
||
|
|
<string>%s</string>
|
||
|
|
<key>PayloadIdentifier</key>
|
||
|
|
<string>com.fleetdm.pkcs12</string>
|
||
|
|
<key>PayloadType</key>
|
||
|
|
<string>%s</string>
|
||
|
|
<key>PayloadUUID</key>
|
||
|
|
<string>ee86cfcb-2409-42c2-9394-1f8113412e04</string>
|
||
|
|
<key>PayloadVersion</key>
|
||
|
|
<integer>1</integer>
|
||
|
|
</dict>
|
||
|
|
<dict>
|
||
|
|
<key>PayloadType</key>
|
||
|
|
<string>unrelated</string>
|
||
|
|
</dict>
|
||
|
|
</array>
|
||
|
|
<key>PayloadDisplayName</key>
|
||
|
|
<string>DisplayName</string>
|
||
|
|
<key>PayloadIdentifier</key>
|
||
|
|
<string>Identifier</string>
|
||
|
|
<key>PayloadType</key>
|
||
|
|
<string>Configuration</string>
|
||
|
|
<key>PayloadUUID</key>
|
||
|
|
<string>UUID</string>
|
||
|
|
<key>PayloadVersion</key>
|
||
|
|
<integer>1</integer>
|
||
|
|
</dict>
|
||
|
|
</plist>
|