[OOM-CERT-SERVICE] Remove CaMode from Cmpv2Server configuration
[oom/platform/cert-service.git] / certService / src / test / resources / cmpServers.json
1 {
2   "cmpv2Servers": [
3     {
4       "caName": "TEST",
5       "url": "http://127.0.0.1/ejbca/publicweb/cmp/cmp",
6       "issuerDN": "CN=ManagementCA",
7       "authentication": {
8         "iak": "xxx",
9         "rv": "yyy"
10       }
11     },
12     {
13       "caName": "TEST2",
14       "url": "http://127.0.0.1/ejbca/publicweb/cmp/cmpRA",
15       "issuerDN": "CN=ManagementCA2",
16       "authentication": {
17         "iak": "xxx",
18         "rv": "yyy"
19       }
20     }
21   ]
22 }