summaryrefslogtreecommitdiffstats
path: root/chromeos/test/data/network/managed_vpn.onc
blob: c12bfc9fcaf7c1ac36e8fb3ce313e58894b7fd5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{ "GUID": "123",
  "Type": "VPN",
  "Name": "testopenvpn",
  "IPConfigs": [
    { "Type": "IPv4",
      "IPAddress": "127.0.0.1",
      "RoutingPrefix": 32 }
  ],
  "VPN": {
    "Host": "policys host",
    "Recommended": ["Host"],
    "Type": "OpenVPN",
    "OpenVPN": {
      "Port": 1194,
      "Username": "policy user",
      "Recommended": [ "Username", "Password" ],
      "ClientCertType": "Pattern",
      "ClientCertPattern": {
        "IssuerCARef": [ "openvpn-test-ca" ],
        "Recommended": [ "EnrollmentURI", "IssuerCARef" ]
      },
      "ServerCARefs": ["ref1", "ref2"]
    },
    "IPsec": {
      "AuthenticationType": "PSK",
      "PSK": "sharedkey",
      "IKEVersion": 1
    }
  }
}