summaryrefslogtreecommitdiffstats
path: root/chromeos/test/data/network/l2tpipsec_clientcert_with_cert_pems.onc
blob: 10fccf161dcc02e382bf2352b7f5fb25cdf32d81 (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
31
{ "GUID": "guid",
  "Type": "VPN",
  "Name": "MyL2TPVPN",
  "VPN": {
      "Type": "L2TP-IPsec",
      "Host": "some.host.org",
      "IPsec": {
          "AuthenticationType": "Cert",
          "ClientCertType": "Pattern",
          "ClientCertPattern": {
              "EnrollmentURI": [ "my.enrollment.url" ],
              "IssuerCAPEMs": [
                  "pem1",
                  "pem2"
              ],
              "Issuer": {
                  "CommonName": "common_name",
                  "Locality": "locality",
                  "Organization": "organization",
                  "OrganizationalUnit": "unit"
              }
          },
          "IKEVersion": 1,
          "SaveCredentials": true
      },
      "L2TP": {
          "Username": "some username",
          "Password": "some password"
      }
  }
}