aboutsummaryrefslogtreecommitdiffstats
path: root/certService/src/test/resources/cmpServers.json
blob: 5383826a9db40053e1e05674587b825731d9dc0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "cmpv2Servers": [
    {
      "caName": "TEST",
      "url": "http://127.0.0.1/ejbca/publicweb/cmp/cmp",
      "issuerDN": "CN=ManagementCA",
      "authentication": {
        "iak": "xxx",
        "rv": "yyy"
      }
    },
    {
      "caName": "TEST2",
      "url": "http://127.0.0.1/ejbca/publicweb/cmp/cmpRA",
      "issuerDN": "CN=ManagementCA2",
      "authentication": {
        "iak": "xxx",
        "rv": "yyy"
      }
    }
  ]
}