f461edc7cdfb721cf63118f5e6aad1fe376ed3f2
[integration/csit.git] / plans / aaf / certservice / 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       "caMode": "CLIENT",
8       "authentication": {
9         "iak": "xxx",
10         "rv": "yyy"
11       }
12     },
13     {
14       "caName": "TEST2",
15       "url": "http://127.0.0.1/ejbca/publicweb/cmp/cmpRA",
16       "issuerDN": "CN=ManagementCA2",
17       "caMode": "RA",
18       "authentication": {
19         "iak": "xxx",
20         "rv": "yyy"
21       }
22     }
23   ]
24 }