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

Side by Side Diff: chromeos/test/data/network/valid_l2tpipsec_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 { "GUID": "guid",
2 "Type": "VPN",
3 "Name": "MyL2TPVPN",
4 "VPN": {
5 "Type": "L2TP-IPsec",
6 "Host": "some.host.org",
7 "IPsec": {
8 "AuthenticationType": "Cert",
9 "ClientCertType": "Pattern",
10 "ClientCertPattern": {
11 "EnrollmentURI": [ "my.enrollment.url" ],
12 "IssuerCARef": [
13 "def",
14 "abc"
15 ],
16 "Issuer": {
17 "CommonName": "common_name",
18 "Locality": "locality",
19 "Organization": "organization",
20 "OrganizationalUnit": "unit"
21 }
22 },
23 "IKEVersion": 1,
24 "SaveCredentials": true
25 },
26 "L2TP": {
27 "Username": "some username",
28 "Password": "some password"
29 }
30 }
31 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/shill_wifi_psk.json ('k') | chromeos/test/data/network/valid_openvpn.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698