Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chromeos / test / data / network / valid_openvpn_with_cert_pems.onc
1 {
2     "GUID": "{a3860e83-f03d-4cb1-bafa-b22c9e746950}",
3     "Name": "my vpn",
4     "Type": "VPN",
5     "VPN": {
6         "AutoConnect": true,
7         "Host": "vpn.my.domain.com",
8         "Type": "OpenVPN",
9         "OpenVPN": {
10             "AuthRetry": "interact",
11             "ClientCertType": "None",
12             "CompLZO": "true",
13             "KeyDirection": "1",
14             "OTP": "some OTP",
15             "Password": "some password",
16             "Port": 443,
17             "Proto": "udp",
18             "PushPeerInfo": true,
19             "RemoteCertEKU": "TLS Web Server Authentication",
20             "RemoteCertKU": [
21                 "e0"
22             ],
23             "RemoteCertTLS": "server",
24             "RenegSec": 0,
25             "SaveCredentials": false,
26             "ServerCAPEMs": [ "pem1", "pem2" ],
27             "ServerPollTimeout": 10,
28             "StaticChallenge": "Please enter token OTP",
29             "TLSAuthContents": "-----BEGIN OpenVPN Static key V1-----\n83f8e7ccd99be189b4663e18615f9166\nd885cdea6c8accb0ebf5be304f0b8081\n5404f2a6574e029815d7a2fb65b83d0c\n676850714c6a56b23415a78e06aad6b1\n34900dd512049598382039e4816cb5ff\n1848532b71af47578c9b4a14b5bca49f\n99e0ae4dae2f4e5eadfea374aeb8fb1e\na6fdf02adc73ea778dfd43d64bf7bc75\n7779d629498f8c2fbfd32812bfdf6df7\n8cebafafef3e5496cb13202274f2768a\n1959bc53d67a70945c4c8c6f34b63327\nfb60dc84990ffec1243461e0b6310f61\ne90aee1f11fb6292d6f5fcd7cd508aab\n50d80f9963589c148cb4b933ec86128d\ned77d3fad6005b62f36369e2319f52bd\n09c6d2e52cce2362a05009dc29b6b39a\n-----END OpenVPN Static key V1-----\n",
30             "TLSRemote": "my.domain.com",
31             "Username": "abc ${LOGIN_EMAIL} def",
32             "UserAuthenticationType": "OTP",
33             "VerifyHash": "some hash",
34             "VerifyX509": {
35                 "Name": "some x509 name",
36                 "Type": "name-prefix"
37             }
38         }
39     }
40 }