From 7e38fd61c1c563a2b5d5cc5465a55fe468a6d4c3 Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Tue, 10 Mar 2020 10:50:02 +0100 Subject: Fix EJBCA name in configuration, due to previous change in docker-compose Issue-ID: AAF-997 Signed-off-by: Bartosz Gardziejewski Change-Id: I31a02c88b448fb2adca387fdf8a3f1128c6e1889 --- certService/helm/aaf-cert-service/resources/cmpServers.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'certService') diff --git a/certService/helm/aaf-cert-service/resources/cmpServers.json b/certService/helm/aaf-cert-service/resources/cmpServers.json index 921a51ea..d6557c52 100644 --- a/certService/helm/aaf-cert-service/resources/cmpServers.json +++ b/certService/helm/aaf-cert-service/resources/cmpServers.json @@ -2,7 +2,7 @@ "cmpv2Servers": [ { "caName": "Client", - "url": "http://mycontainer:8080/ejbca/publicweb/cmp/cmp", + "url": "http://aafcert-ejbca:8080/ejbca/publicweb/cmp/cmp", "issuerDN": "CN=ManagementCA", "caMode": "CLIENT", "authentication": { @@ -12,7 +12,7 @@ }, { "caName": "RA", - "url": "http://mycontainer:8080/ejbca/publicweb/cmp/cmpRA", + "url": "http://aafcert-ejbca:8080/ejbca/publicweb/cmp/cmpRA", "issuerDN": "CN=ManagementCA", "caMode": "RA", "authentication": { @@ -21,4 +21,4 @@ } } ] -} \ No newline at end of file +} -- cgit 1.2.3-korg