blob: d6557c523208e96570d9f992b3a2042d4354b4f3 [file] [log] [blame]
Bogumil Zebek78bc8f32020-02-27 07:39:38 +01001{
2 "cmpv2Servers": [
3 {
Aleksandra Maciagaf6300682020-03-04 17:11:30 +01004 "caName": "Client",
5 "url": "http://aafcert-ejbca:8080/ejbca/publicweb/cmp/cmp",
Bogumil Zebek78bc8f32020-02-27 07:39:38 +01006 "issuerDN": "CN=ManagementCA",
7 "caMode": "CLIENT",
8 "authentication": {
Aleksandra Maciagaf6300682020-03-04 17:11:30 +01009 "iak": "mypassword",
10 "rv": "mypassword"
Bogumil Zebek78bc8f32020-02-27 07:39:38 +010011 }
12 },
13 {
Aleksandra Maciagaf6300682020-03-04 17:11:30 +010014 "caName": "RA",
15 "url": "http://aafcert-ejbca:8080/ejbca/publicweb/cmp/cmpRA",
16 "issuerDN": "CN=ManagementCA",
Bogumil Zebek78bc8f32020-02-27 07:39:38 +010017 "caMode": "RA",
18 "authentication": {
Aleksandra Maciagaf6300682020-03-04 17:11:30 +010019 "iak": "mypassword",
20 "rv": "mypassword"
Bogumil Zebek78bc8f32020-02-27 07:39:38 +010021 }
22 }
23 ]
24}