Bogumil Zebek | 78bc8f3 | 2020-02-27 07:39:38 +0100 | [diff] [blame^] | 1 | { |
2 | "cmpv2Servers": [ | ||||
3 | { | ||||
4 | "caName": "TEST", | ||||
5 | "url": "http://127.0.0.1/ejbca/publicweb/cmp/cmp", | ||||
6 | "issuerDN": "CN=ManagementCA", | ||||
7 | "caMode": "CLIENT", | ||||
8 | "authentication": { | ||||
9 | "iak": "xxx", | ||||
10 | "rv": "yyy" | ||||
11 | } | ||||
12 | }, | ||||
13 | { | ||||
14 | "caName": "TEST2", | ||||
15 | "url": "http://127.0.0.1/ejbca/publicweb/cmp/cmpRA", | ||||
16 | "issuerDN": "CN=ManagementCA2", | ||||
17 | "caMode": "RA", | ||||
18 | "authentication": { | ||||
19 | "iak": "xxx", | ||||
20 | "rv": "yyy" | ||||
21 | } | ||||
22 | } | ||||
23 | ] | ||||
24 | } |