Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Side by Side Diff: chromeos/test/data/network/valid_openvpn_with_cert_pems.onc

Issue 61903002: ChromeOS: Add more host verification options for OpenVpn. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "GUID": "{a3860e83-f03d-4cb1-bafa-b22c9e746950}", 2 "GUID": "{a3860e83-f03d-4cb1-bafa-b22c9e746950}",
3 "Name": "my vpn", 3 "Name": "my vpn",
4 "Type": "VPN", 4 "Type": "VPN",
5 "VPN": { 5 "VPN": {
6 "AutoConnect": true, 6 "AutoConnect": true,
7 "Host": "vpn.my.domain.com", 7 "Host": "vpn.my.domain.com",
8 "Type": "OpenVPN", 8 "Type": "OpenVPN",
9 "OpenVPN": { 9 "OpenVPN": {
10 "AuthRetry": "interact", 10 "AuthRetry": "interact",
11 "ClientCertType": "None",
11 "CompLZO": "true", 12 "CompLZO": "true",
12 "KeyDirection": "1", 13 "KeyDirection": "1",
13 "Password": "some password", 14 "Password": "some password",
14 "Port": 443, 15 "Port": 443,
15 "Proto": "udp", 16 "Proto": "udp",
16 "PushPeerInfo": true, 17 "PushPeerInfo": true,
17 "RemoteCertEKU": "TLS Web Server Authentication", 18 "RemoteCertEKU": "TLS Web Server Authentication",
18 "RemoteCertKU": [ 19 "RemoteCertKU": [
19 "e0" 20 "e0"
20 ], 21 ],
21 "RemoteCertTLS": "server", 22 "RemoteCertTLS": "server",
22 "RenegSec": 0, 23 "RenegSec": 0,
23 "SaveCredentials": false, 24 "SaveCredentials": false,
24 "ServerCAPEMs": [ "pem1", "pem2" ], 25 "ServerCAPEMs": [ "pem1", "pem2" ],
25 "ServerPollTimeout": 10, 26 "ServerPollTimeout": 10,
26 "StaticChallenge": "Please enter token OTP", 27 "StaticChallenge": "Please enter token OTP",
27 "TLSAuthContents": "-----BEGIN OpenVPN Static key V1-----\n83f8e7ccd 99be189b4663e18615f9166\nd885cdea6c8accb0ebf5be304f0b8081\n5404f2a6574e029815d7a 2fb65b83d0c\n676850714c6a56b23415a78e06aad6b1\n34900dd512049598382039e4816cb5ff\ n1848532b71af47578c9b4a14b5bca49f\n99e0ae4dae2f4e5eadfea374aeb8fb1e\na6fdf02adc7 3ea778dfd43d64bf7bc75\n7779d629498f8c2fbfd32812bfdf6df7\n8cebafafef3e5496cb13202 274f2768a\n1959bc53d67a70945c4c8c6f34b63327\nfb60dc84990ffec1243461e0b6310f61\ne 90aee1f11fb6292d6f5fcd7cd508aab\n50d80f9963589c148cb4b933ec86128d\ned77d3fad6005 b62f36369e2319f52bd\n09c6d2e52cce2362a05009dc29b6b39a\n-----END OpenVPN Static k ey V1-----\n", 28 "TLSAuthContents": "-----BEGIN OpenVPN Static key V1-----\n83f8e7ccd 99be189b4663e18615f9166\nd885cdea6c8accb0ebf5be304f0b8081\n5404f2a6574e029815d7a 2fb65b83d0c\n676850714c6a56b23415a78e06aad6b1\n34900dd512049598382039e4816cb5ff\ n1848532b71af47578c9b4a14b5bca49f\n99e0ae4dae2f4e5eadfea374aeb8fb1e\na6fdf02adc7 3ea778dfd43d64bf7bc75\n7779d629498f8c2fbfd32812bfdf6df7\n8cebafafef3e5496cb13202 274f2768a\n1959bc53d67a70945c4c8c6f34b63327\nfb60dc84990ffec1243461e0b6310f61\ne 90aee1f11fb6292d6f5fcd7cd508aab\n50d80f9963589c148cb4b933ec86128d\ned77d3fad6005 b62f36369e2319f52bd\n09c6d2e52cce2362a05009dc29b6b39a\n-----END OpenVPN Static k ey V1-----\n",
28 "TLSRemote": "my.domain.com", 29 "TLSRemote": "my.domain.com",
29 "Username": "abc ${LOGIN_EMAIL} def", 30 "Username": "abc ${LOGIN_EMAIL} def",
31 "VerifyHash": "some hash",
32 "VerifyX509": {
33 "Name": "some x509 name",
34 "Type": "name-prefix"
35 }
30 } 36 }
31 } 37 }
32 } 38 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/translation_of_shill_openvpn.onc ('k') | components/onc/docs/onc_spec.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698