summaryrefslogtreecommitdiffstats
path: root/chromeos/test/data/network/managed_vpn_without_recommended.onc
blob: 037bf53ee1958b307fbf1bfba8445b3898670baf (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
{ "GUID": "123",
  "Type": "VPN",
  "Name": "testopenvpn",
  "IPConfigs": [
    { "Type": "IPv4",
      "IPAddress": "127.0.0.1",
      "RoutingPrefix": 32 }
  ],
  "VPN": {
    "Host": "policys host",
    "Type": "OpenVPN",
    "OpenVPN": {
      "Port": 1194,
      "Username": "policy user",
      "ClientCertType": "Pattern",
      "ClientCertPattern": {
        "IssuerCARef": [ "openvpn-test-ca" ],
      }
    },
    "IPsec": {
      "AuthenticationType": "PSK",
      "PSK": "sharedkey",
      "IKEVersion": 1
    }
  }
}