aboutsummaryrefslogtreecommitdiffstats
path: root/compose-resources/cmpServers.json
blob: 8972fd4d5b9a5dba778842acc292fa14289e5b96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "cmpv2Servers": [
    {
      "caName": "Client",
      "url": "http://oomcert-ejbca:8080/ejbca/publicweb/cmp/cmp",
      "issuerDN": "O=EJBCA Container Quickstart,CN=ManagementCA,UID=12345",
      "caMode": "CLIENT",
      "authentication": {
        "iak": "mypassword",
        "rv": "mypassword"
      }
    },
    {
      "caName": "RA",
      "url": "http://oomcert-ejbca:8080/ejbca/publicweb/cmp/cmpRA",
      "issuerDN": "O=EJBCA Container Quickstart,CN=ManagementCA,UID=12345",
      "caMode": "RA",
      "authentication": {
        "iak": "mypassword",
        "rv": "mypassword"
      }
    }
  ]
}