[CSIT] Fix SDC CSIT Run Errors/Warnings & Path Correction
[integration/csit.git] / scripts / sdnc / certservice / config / cmpServers.json
1 {
2   "cmpv2Servers": [
3     {
4       "caName": "Client",
5       "url": "http://aafcert-ejbca:8080/ejbca/publicweb/cmp/cmp",
6       "issuerDN": "CN=My_ManagementCA",
7       "caMode": "CLIENT",
8       "authentication": {
9         "iak": "mypassword",
10         "rv": "mypassword"
11       }
12     },
13     {
14       "caName": "RA",
15       "url": "http://aafcert-ejbca:8080/ejbca/publicweb/cmp/cmpRA",
16       "issuerDN": "CN=My_ManagementCA",
17       "caMode": "RA",
18       "authentication": {
19         "iak": "mypassword",
20         "rv": "mypassword"
21       }
22     }
23   ]
24 }