Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chromeos / test / data / network / managed_vpn.onc
index 4c52e97..d90338a 100644 (file)
@@ -1,11 +1,11 @@
 { "GUID": "123",
   "Type": "VPN",
   "Name": "testopenvpn",
-  "IPConfigs": [
-    "Type": "IPv4",
-      "IPAddress": "127.0.0.1",
-      "RoutingPrefix": 32 }
-  ],
+  "StaticIPConfig": {
+    "Type": "IPv4",
+    "IPAddress": "127.0.0.1",
+    "RoutingPrefix": 32
+  },
   "VPN": {
     "Host": "policys host",
     "Recommended": ["Host"],
@@ -18,7 +18,8 @@
       "ClientCertPattern": {
         "IssuerCARef": [ "openvpn-test-ca" ],
         "Recommended": [ "EnrollmentURI", "IssuerCARef" ]
-      }
+      },
+      "ServerCARefs": ["ref1", "ref2"]
     },
     "IPsec": {
       "AuthenticationType": "PSK",