summaryrefslogtreecommitdiffstats
path: root/certService/src/main/resources/cmpServers.json
diff options
context:
space:
mode:
Diffstat (limited to 'certService/src/main/resources/cmpServers.json')
-rw-r--r--certService/src/main/resources/cmpServers.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/certService/src/main/resources/cmpServers.json b/certService/src/main/resources/cmpServers.json
new file mode 100644
index 00000000..ee9e72b9
--- /dev/null
+++ b/certService/src/main/resources/cmpServers.json
@@ -0,0 +1,24 @@
+{
+ "cmpv2Servers": [
+ {
+ "caName": "TEST",
+ "url": "http://127.0.0.1/ejbca/publicweb/cmp/cmp",
+ "issuerDN": "CN=ManagementCA",
+ "caMode": "CLIENT",
+ "authentication": {
+ "iak": "xxx",
+ "rv": "yyy"
+ }
+ },
+ {
+ "caName": "TEST2",
+ "url": "http://127.0.0.1/ejbca/publicweb/cmp/cmpRA",
+ "issuerDN": "CN=ManagementCA2",
+ "caMode": "RA",
+ "authentication": {
+ "iak": "xxx",
+ "rv": "yyy"
+ }
+ }
+ ]
+} \ No newline at end of file