summaryrefslogtreecommitdiffstats
path: root/ipsec/ipsec-impl/src/test/resources/ikev2/addDelProfile_after.json
blob: ac5f8c797fca4cbe44de0f0333389c2e8f47e9e8 (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
{
  "ikev2": {
    "policy": [
      {
        "name": "testPolicy",
        "lifetime": 0,
        "connection-type": "both",
        "authentication" : {
          "rsa-signature" : "true"
        },
        "certificate": "/home/localadmin/certs/server-cert.pem",
        "traffic-selectors": [
          {
            "ts-name":"TS1",
            "protocol":0,
            "remote-address-low":"192.168.124.0",
            "remote-address-high":"192.168.124.255",
            "remote-port-low":0,
            "remote-port-high":65535
          }
        ]
      }
    ]
  }
}