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

Unified Diff: chromeos/test/data/network/valid_wifi_clientcert.onc

Issue 16946002: Resolve certificate references in ONC by PEM. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added a unit test for the resolve function. Created 7 years, 6 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
deleted file mode 100644
index c246a399bd28a7ba84bb078a8c6923b021a09244..0000000000000000000000000000000000000000
--- a/chromeos/test/data/network/valid_wifi_clientcert.onc
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "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"
- }
-}

Powered by Google App Engine
This is Rietveld 408576698