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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/test/data/network/wifi_eap_tls.onc
diff --git a/chromeos/test/data/network/wifi_eap_tls.onc b/chromeos/test/data/network/wifi_eap_tls.onc
new file mode 100644
index 0000000000000000000000000000000000000000..0b05a49902238c780d36f5c1cc0c181d5a08d8e1
--- /dev/null
+++ b/chromeos/test/data/network/wifi_eap_tls.onc
@@ -0,0 +1,17 @@
+{
+ "GUID": "{77db0089-0bc8-4358-929c-123xcv}",
+ "Type": "WiFi",
+ "Name": "WifiEapTls",
+ "WiFi": {
+ "Security": "WPA-EAP",
+ "EAP": {
+ "Outer": "EAP-TLS",
+ "Identity": "my_identity",
+ "UseSystemCAs": true,
+ "ClientCertType": "PKCS11Id",
+ "ClientCertPKCS11Id": "1:123456abcdef",
+ "SaveCredentials": true,
+ "UseSystemCAs": true
+ }
+ },
+}
« 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