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

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: Initial patch. Created 7 years, 12 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 },
17 "IKEVersion": 1,
18 "SaveCredentials": true
19 },
20 "L2TP": {
21 "Username": "some username",
22 "Password": "some password"
23 }
24 }
25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698