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

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

Issue 2891453002: Introduce networkingPrivate.getCertificateLists (Closed)
Patch Set: Clang format Created 3 years, 7 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": "WifiEapTls",
5 "WiFi": {
6 "Security": "WPA-EAP",
7 "EAP": {
8 "Outer": "EAP-TLS",
9 "Identity": "my_identity",
10 "UseSystemCAs": true,
11 "ClientCertType": "PKCS11Id",
12 "ClientCertPKCS11Id": "1:123456abcdef",
13 "SaveCredentials": true,
14 "UseSystemCAs": true
15 }
16 },
17 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/translation_of_shill_wifi_eap_tls.onc ('k') | components/onc/docs/onc_spec.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698