From: Bartosz Gardziejewski Date: Tue, 10 Mar 2020 09:50:02 +0000 (+0100) Subject: Fix EJBCA name in configuration, due to previous change in docker-compose X-Git-Tag: 0.0.1~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7e38fd61c1c563a2b5d5cc5465a55fe468a6d4c3;p=oom%2Fplatform%2Fcert-service.git Fix EJBCA name in configuration, due to previous change in docker-compose Issue-ID: AAF-997 Signed-off-by: Bartosz Gardziejewski Change-Id: I31a02c88b448fb2adca387fdf8a3f1128c6e1889 --- 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 +}