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