This repository was archived by the owner on May 5, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlp.plist
More file actions
52 lines (52 loc) · 1.51 KB
/
Copy pathlp.plist
File metadata and controls
52 lines (52 loc) · 1.51 KB
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
<?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>PayloadType</key>
<string>Configuration</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadIdentifier</key>
<string>space.recycledplist.lpcert</string>
<key>PayloadUUID</key>
<string>540f0b2f-e84b-44ee-b8c8-82c6f1fe0310</string>
<key>PayloadDisplayName</key>
<string>LiquidProxy client cert</string>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadType</key>
<string>com.apple.security.root</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadIdentifier</key>
<string>space.recycledplist.lpcert.ca</string>
<key>PayloadUUID</key>
<string>a6fb991b-ea41-469a-af86-a25e96fa408d</string>
<key>PayloadDisplayName</key>
<string>Proxy CA</string>
<key>PayloadContent</key>
<data>
@CA@
</data>
</dict>
<dict>
<key>PayloadType</key>
<string>com.apple.security.pkcs12</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadIdentifier</key>
<string>space.recycledplist.lpcert.client</string>
<key>PayloadUUID</key>
<string>1b2e399c-fa27-46d2-aec3-25a3f2c9952b</string>
<key>PayloadDisplayName</key>
<string>Proxy Client Cert</string>
<key>PayloadContent</key>
<data>
@P12@
</data>
</dict>
</array>
</dict>
</plist>