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

Unified Diff: chromeos/test/data/network/valid_openvpn_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
« no previous file with comments | « chromeos/test/data/network/valid_openvpn.onc ('k') | chromeos/test/data/network/valid_wifi_clientcert.onc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/test/data/network/valid_openvpn_clientcert.onc
diff --git a/chromeos/test/data/network/valid_openvpn_clientcert.onc b/chromeos/test/data/network/valid_openvpn_clientcert.onc
new file mode 100644
index 0000000000000000000000000000000000000000..0a0932796b17372a701cc7b5512bfaa544ad220a
--- /dev/null
+++ b/chromeos/test/data/network/valid_openvpn_clientcert.onc
@@ -0,0 +1,35 @@
+{
+ "GUID": "{84391467-dd8b-4c66-9b52-860583038351}",
+ "Name": "TestOpenVPN",
+ "ProxySettings": {
+ "Type": "Direct"
+ },
+ "Type": "VPN",
+ "VPN": {
+ "Host": "terminus.muc",
+ "OpenVPN": {
+ "ClientCertPattern": {
+ "EnrollmentURI": [ "my.enrollment.url" ],
+ "IssuerCARef": [
+ "def",
+ "abc"
+ ],
+ "Subject": {
+ "CommonName": "common_name",
+ "Locality": "locality",
+ "Organization": "organization",
+ "OrganizationalUnit": "unit"
+ }
+ },
+ "ClientCertType": "Pattern",
+ "Password": "********",
+ "Port": 1234,
+ "Proto": "udp",
+ "Recommended": [ "Username", "Password" ],
+ "SaveCredentials": true,
+ "ServerCARef": "{126ea985-9ece-4250-8a32-6badf52a99e5}",
+ "Username": "hans"
+ },
+ "Type": "OpenVPN"
+ }
+}
« no previous file with comments | « chromeos/test/data/network/valid_openvpn.onc ('k') | chromeos/test/data/network/valid_wifi_clientcert.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698