aboutsummaryrefslogtreecommitdiffstats
path: root/certService/src/test/resources/cmpServers.json
diff options
context:
space:
mode:
Diffstat (limited to 'certService/src/test/resources/cmpServers.json')
-rw-r--r--certService/src/test/resources/cmpServers.json24
1 files changed, 0 insertions, 24 deletions
diff --git a/certService/src/test/resources/cmpServers.json b/certService/src/test/resources/cmpServers.json
deleted file mode 100644
index ee9e72b9..00000000
--- a/certService/src/test/resources/cmpServers.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "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