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