Add certificate update cases to Cert Service CSITs
[integration/csit.git] / plans / oom-platform-cert-service / certservice / cmpServers.json
1 {
2   "cmpv2Servers": [
3     {
4       "caName": "Client",
5       "url": "http://oomcert-ejbca:8080/ejbca/publicweb/cmp/cmp",
6       "issuerDN": "O=EJBCA Container Quickstart,CN=ManagementCA,UID=12345",
7       "authentication": {
8         "iak": "mypassword",
9         "rv": "mypassword"
10       }
11     },
12     {
13       "caName": "RA",
14       "url": "http://oomcert-ejbca:8080/ejbca/publicweb/cmp/cmpRA",
15       "issuerDN": "O=EJBCA Container Quickstart,CN=ManagementCA,UID=12345",
16       "authentication": {
17         "iak": "mypassword",
18         "rv": "mypassword"
19       }
20     }
21   ]
22 }