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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chromeos/test/data/network/valid_wifi_clientcert.onc
diff --git a/chromeos/test/data/network/valid_wifi_clientcert.onc b/chromeos/test/data/network/valid_wifi_clientcert.onc
new file mode 100644
index 0000000000000000000000000000000000000000..c246a399bd28a7ba84bb078a8c6923b021a09244
--- /dev/null
+++ b/chromeos/test/data/network/valid_wifi_clientcert.onc
@@ -0,0 +1,29 @@
+{
+ "GUID": "{77db0089-0bc8-4358-929c-123xcv}",
+ "Type": "WiFi",
+ "Name": "SomeWifi-XY",
+ "WiFi": {
+ "SSID": "SomeWifi-XY",
+ "Security": "WPA-EAP",
+ "Recommended": [ "AutoConnect" ],
+ "EAP": {
+ "Outer": "EAP-TLS",
+ "Identity": "abc ${LOGIN_ID}@my.domain.com",
+ "UseSystemCAs": true,
+ "ClientCertType": "Pattern",
+ "ClientCertPattern": {
+ "IssuerCARef": [
+ "{58ac1967-a0e7-49e9-be68-123abc}",
+ "{42cb13cd-140c-4941-9fb6-456def}"
+ ],
+ "EnrollmentURI": [ "chrome-extension://delkjfjibodjclmdijflfnimdmgdagfk/generate-cert.html" ]
+ },
+ "Recommended": [ "Identity" ],
+ "SaveCredentials": true
+ }
+ },
+ "ProxySettings": {
+ "Type": "PAC",
+ "PAC": "https://proxycfg.my.domain.com/proxy.dat"
+ }
+}
« 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