-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcpi-mail-profile.mobileconfig
51 lines (51 loc) · 1.81 KB
/
cpi-mail-profile.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
<?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>PayloadDescription</key>
<string>secure.ne.jp用のTLS例外設定</string>
<key>PayloadDisplayName</key>
<string>TLS Exception for secure.ne.jp</string>
<key>PayloadIdentifier</key>
<string>com.secure.ne.jp.tls.exception</string>
<key>PayloadType</key>
<string>com.apple.security.network</string>
<key>PayloadUUID</key>
<string>123e4567-e89b-12d3-a456-426614174000</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>TLSMinimumVersion</key>
<string>1.0</string>
<key>TLSExceptionDomains</key>
<dict>
<key>*.secure.ne.jp</key>
<dict>
<key>TLSMinimumVersion</key>
<string>1.0</string>
<key>TLSAllowInsecureHTTPLoads</key>
<true/>
<key>TLSAllowInsecureServerCertificates</key>
<true/>
</dict>
</dict>
</dict>
</array>
<key>PayloadDescription</key>
<string>secure.ne.jp用のTLS設定</string>
<key>PayloadDisplayName</key>
<string>TLS Exception Settings</string>
<key>PayloadIdentifier</key>
<string>com.secure.ne.jp.tls.profile</string>
<key>PayloadRemovalDisallowed</key>
<false/>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>123e4567-e89b-12d3-a456-426614174001</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>