aboutsummaryrefslogtreecommitdiffstats
path: root/compose-resources/cmpServers.json
diff options
context:
space:
mode:
authorJoanna Jeremicz <joanna.jeremicz@nokia.com>2021-06-30 15:30:57 +0200
committerJoanna Jeremicz <joanna.jeremicz@nokia.com>2021-06-30 17:37:16 +0200
commitaa6ac8c5b2cd25ca988bdcc7e0ee8716ff75d8cf (patch)
tree83486be682f5759e0597f5b3b5338f3bc696a70c /compose-resources/cmpServers.json
parent27611bc9a6f855d439dbf68a2955e4651e83dd14 (diff)
[OOM-CERT-SERVICE] Modify EJBCA configuration
- Do not create default ManagementCA with generated UID - Create ManagementCA with hardcoded UID to allow performing KUR Issue-ID: OOM-2753 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: Ief51c27200300118ffa0206ba2657504ce4bc69c
Diffstat (limited to 'compose-resources/cmpServers.json')
-rw-r--r--compose-resources/cmpServers.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/compose-resources/cmpServers.json b/compose-resources/cmpServers.json
index 72564949..8972fd4d 100644
--- a/compose-resources/cmpServers.json
+++ b/compose-resources/cmpServers.json
@@ -3,7 +3,7 @@
{
"caName": "Client",
"url": "http://oomcert-ejbca:8080/ejbca/publicweb/cmp/cmp",
- "issuerDN": "CN=ManagementCA",
+ "issuerDN": "O=EJBCA Container Quickstart,CN=ManagementCA,UID=12345",
"caMode": "CLIENT",
"authentication": {
"iak": "mypassword",
@@ -13,7 +13,7 @@
{
"caName": "RA",
"url": "http://oomcert-ejbca:8080/ejbca/publicweb/cmp/cmpRA",
- "issuerDN": "CN=ManagementCA",
+ "issuerDN": "O=EJBCA Container Quickstart,CN=ManagementCA,UID=12345",
"caMode": "RA",
"authentication": {
"iak": "mypassword",