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

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

Issue 11664005: Extending the translation from ONC to Shill. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased. Created 7 years, 11 months 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
OLDNEW
(Empty)
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 "IssuerCARef": [
14 "def",
15 "abc"
16 ],
17 "Subject": {
18 "CommonName": "common_name",
19 "Locality": "locality",
20 "Organization": "organization",
21 "OrganizationalUnit": "unit"
22 }
23 },
24 "ClientCertType": "Pattern",
25 "Password": "********",
26 "Port": 1234,
27 "Proto": "udp",
28 "Recommended": [ "Username", "Password" ],
29 "SaveCredentials": true,
30 "ServerCARef": "{126ea985-9ece-4250-8a32-6badf52a99e5}",
31 "Username": "hans"
32 },
33 "Type": "OpenVPN"
34 }
35 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/valid_openvpn.onc ('k') | chromeos/test/data/network/valid_wifi_clientcert.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698