Add missing export and import source files to password_manager's browser target.
[chromium-blink-merge.git] / chromeos / test / data / network / l2tpipsec_clientcert_with_cert_pems.onc
blob40bf36948fffb5923ba534156b6ea13c089ea075
1 { "GUID": "guid",
2   "Type": "VPN",
3   "Name": "MyL2TPVPN",
4   "VPN": {
5       "Type": "L2TP-IPsec",
6       "Host": "some.host.org",
7       "IPsec": {
8           "AuthenticationType": "Cert",
9           "ClientCertType": "Pattern",
10           "ClientCertPattern": {
11               "EnrollmentURI": [ "my.enrollment.url" ],
12               "IssuerCAPEMs": [
13                   "pem1",
14                   "pem2"
15               ],
16               "Issuer": {
17                   "CommonName": "common_name",
18                   "Locality": "locality",
19                   "Organization": "organization",
20                   "OrganizationalUnit": "unit"
21               }
22           },
23           "IKEVersion": 1,
24           "SaveCredentials": true,
25           "XAUTH": {
26               "Username": "some xauth username",
27               "Password": "some xauth password"
28           }
29       },
30       "L2TP": {
31           "Username": "some username",
32           "Password": "some password"
33       }
34   }