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

Side by Side Diff: chromeos/test/data/network/valid_wifi_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": "{77db0089-0bc8-4358-929c-123xcv}",
3 "Type": "WiFi",
4 "Name": "SomeWifi-XY",
5 "WiFi": {
6 "SSID": "SomeWifi-XY",
7 "Security": "WPA-EAP",
8 "Recommended": [ "AutoConnect" ],
9 "EAP": {
10 "Outer": "EAP-TLS",
11 "Identity": "abc ${LOGIN_ID}@my.domain.com",
12 "UseSystemCAs": true,
13 "ClientCertType": "Pattern",
14 "ClientCertPattern": {
15 "IssuerCARef": [
16 "{58ac1967-a0e7-49e9-be68-123abc}",
17 "{42cb13cd-140c-4941-9fb6-456def}"
18 ],
19 "EnrollmentURI": [ "chrome-extension://delkjfjibodjclmdijflfnimd mgdagfk/generate-cert.html" ]
20 },
21 "Recommended": [ "Identity" ],
22 "SaveCredentials": true
23 }
24 },
25 "ProxySettings": {
26 "Type": "PAC",
27 "PAC": "https://proxycfg.my.domain.com/proxy.dat"
28 }
29 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/valid_openvpn_clientcert.onc ('k') | chromeos/test/data/network/valid_wifi_clientref.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698