blob: 725649494e8b8af58b7422ec10295a034027a1fe [file] [log] [blame]
Bogumil Zebek78bc8f32020-02-27 07:39:38 +01001{
2 "cmpv2Servers": [
3 {
Aleksandra Maciagaf6300682020-03-04 17:11:30 +01004 "caName": "Client",
Pawelb7a057e2020-08-07 14:53:48 +02005 "url": "http://oomcert-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",
Pawelb7a057e2020-08-07 14:53:48 +020015 "url": "http://oomcert-ejbca:8080/ejbca/publicweb/cmp/cmpRA",
Aleksandra Maciagaf6300682020-03-04 17:11:30 +010016 "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}