blob: ce427c531fdab25520013871a3a4c6874639b2cc [file] [log] [blame]
ajay_dp001ebc79b22020-04-14 13:07:48 +05301{
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}