ac4b34afa0583b31df45c5f0676cd54bad9b5d57
[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       "caMode": "CLIENT"
8     },
9     {
10       "caName": "TEST2",
11       "url": "http://127.0.0.1/ejbca/publicweb/cmp/cmpRA",
12       "caMode": "RA",
13       "authentication": {
14         "iak": "xxx",
15         "rv": "yyy"
16       }
17     }
18   ]
19 }