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

Unified Diff: chrome/test/data/chromeos/network_settings/policy.onc

Issue 10944009: Implementation of ONC signature, validator and normalizer. (Closed) Base URL: http://git.chromium.org/chromium/src.git@gperffix
Patch Set: Created 8 years, 3 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: chrome/test/data/chromeos/network_settings/policy.onc
diff --git a/chrome/test/data/chromeos/network_settings/policy.onc b/chrome/test/data/chromeos/network_settings/policy.onc
new file mode 100644
index 0000000000000000000000000000000000000000..03bf1037d5b7c55e489549e56837d9cd4cf171ec
--- /dev/null
+++ b/chrome/test/data/chromeos/network_settings/policy.onc
@@ -0,0 +1,26 @@
+{ "GUID": "123",
+ "Type": "VPN",
+ "Name": "testopenvpn",
+ "IPConfigs": [
+ { "Type": "IPv4",
+ "IPAddress": "127.0.0.1" }
+ ],
+ "VPN": {
+ "Host": "policys host",
+ "Recommended": ["Host"],
+ "Type": "OpenVPN",
+ "OpenVPN": {
+ "Port": 1194,
+ "Username": "fooUser",
+ "Recommended": [ "Username", "Password" ],
+ "ClientCertType": "Pattern",
+ "ClientCertPattern": {
+ "IssuerCARef": [ "openvpn-test-ca" ],
+ "Recommended": [ "Issuer", "IssuerCARef" ]
+ }
+ },
+ "IPsec": {
+ "PSK": "sharedkey"
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698