blob: 06e1087f600c896bbb2fee630100ebd75ca43a17 [file] [log] [blame]
EmmettCoxbca68e02020-02-27 14:20:52 +00001{
2 "cmpv2Servers": [
3 {
4 "caName": "CLIENT",
5 "url": "http://ejbca:8080/ejbca/publicweb/cmp/cmp",
6 "issuerDN": "CN=ManagementCA",
7 "caMode": "CLIENT",
8 "authentication": {
9 "iak": "${CLIENT_IAK}",
10 "rv": "${CLIENT_RV}"
11 }
12 },
13 {
14 "caName": "RA",
15 "url": "http://ejbca:8080/ejbca/publicweb/cmp/cmpRA",
16 "issuerDN": "CN=ManagementCA",
17 "caMode": "RA",
18 "authentication": {
19 "iak": "${RA_IAK}",
20 "rv": "${RA_RV}"
21 }
22 }
23 ]
24}