aboutsummaryrefslogtreecommitdiffstats
path: root/certService/src/test/resources/cmpServers.json
diff options
context:
space:
mode:
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2021-07-02 09:49:20 +0200
committerRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2021-07-14 09:16:13 +0200
commit2cdaccb63c0f01b42ca1b83749ee42b537620919 (patch)
tree96588d7c83da6dee722911eaf03df0c5cd586eb3 /certService/src/test/resources/cmpServers.json
parent78b60d22b8779d1fbf3e27287b9774862f71404b (diff)
[OOM-CERT-SERVICE] Remove CaMode from Cmpv2Server configuration
Issue-ID: OOM-2753 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I10662551a315a0b38b1213513d07ab2a4ccf5326
Diffstat (limited to 'certService/src/test/resources/cmpServers.json')
-rw-r--r--certService/src/test/resources/cmpServers.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/certService/src/test/resources/cmpServers.json b/certService/src/test/resources/cmpServers.json
index ee9e72b9..5383826a 100644
--- a/certService/src/test/resources/cmpServers.json
+++ b/certService/src/test/resources/cmpServers.json
@@ -4,7 +4,6 @@
"caName": "TEST",
"url": "http://127.0.0.1/ejbca/publicweb/cmp/cmp",
"issuerDN": "CN=ManagementCA",
- "caMode": "CLIENT",
"authentication": {
"iak": "xxx",
"rv": "yyy"
@@ -14,11 +13,10 @@
"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
+}