Bogumil Zebek | 78bc8f3 | 2020-02-27 07:39:38 +0100 | [diff] [blame] | 1 | { |
| 2 | "cmpv2Servers": [ |
| 3 | { |
Aleksandra Maciaga | f630068 | 2020-03-04 17:11:30 +0100 | [diff] [blame] | 4 | "caName": "Client", |
Pawel | b7a057e | 2020-08-07 14:53:48 +0200 | [diff] [blame^] | 5 | "url": "http://oomcert-ejbca:8080/ejbca/publicweb/cmp/cmp", |
Bogumil Zebek | 78bc8f3 | 2020-02-27 07:39:38 +0100 | [diff] [blame] | 6 | "issuerDN": "CN=ManagementCA", |
| 7 | "caMode": "CLIENT", |
| 8 | "authentication": { |
Aleksandra Maciaga | f630068 | 2020-03-04 17:11:30 +0100 | [diff] [blame] | 9 | "iak": "mypassword", |
| 10 | "rv": "mypassword" |
Bogumil Zebek | 78bc8f3 | 2020-02-27 07:39:38 +0100 | [diff] [blame] | 11 | } |
| 12 | }, |
| 13 | { |
Aleksandra Maciaga | f630068 | 2020-03-04 17:11:30 +0100 | [diff] [blame] | 14 | "caName": "RA", |
Pawel | b7a057e | 2020-08-07 14:53:48 +0200 | [diff] [blame^] | 15 | "url": "http://oomcert-ejbca:8080/ejbca/publicweb/cmp/cmpRA", |
Aleksandra Maciaga | f630068 | 2020-03-04 17:11:30 +0100 | [diff] [blame] | 16 | "issuerDN": "CN=ManagementCA", |
Bogumil Zebek | 78bc8f3 | 2020-02-27 07:39:38 +0100 | [diff] [blame] | 17 | "caMode": "RA", |
| 18 | "authentication": { |
Aleksandra Maciaga | f630068 | 2020-03-04 17:11:30 +0100 | [diff] [blame] | 19 | "iak": "mypassword", |
| 20 | "rv": "mypassword" |
Bogumil Zebek | 78bc8f3 | 2020-02-27 07:39:38 +0100 | [diff] [blame] | 21 | } |
| 22 | } |
| 23 | ] |
| 24 | } |