Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chromeos / test / data / network / openvpn_clientcert_with_cert_pems.onc
1 {
2     "GUID": "{84391467-dd8b-4c66-9b52-860583038351}",
3     "Name": "TestOpenVPN",
4     "ProxySettings": {
5         "Type": "Direct"
6     },
7     "Type": "VPN",
8     "VPN": {
9         "Host": "terminus.muc",
10         "OpenVPN": {
11             "ClientCertPattern": {
12                 "EnrollmentURI": [ "my.enrollment.url" ],
13                 "IssuerCAPEMs": [
14                     "pem1",
15                     "pem2"
16                 ],
17                 "Subject": {
18                     "CommonName": "common_name",
19                     "Locality": "locality",
20                     "Organization": "organization",
21                     "OrganizationalUnit": "unit"
22                 }
23             },
24             "ClientCertType": "Pattern",
25             "Password": "some password",
26             "Port": 1234,
27             "Proto": "udp",
28             "Recommended": [ "Username", "Password", "OTP" ],
29             "SaveCredentials": true,
30             "Username": "hans"
31         },
32         "Type": "OpenVPN"
33     }
34 }