diff options
author | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2020-03-10 10:50:02 +0100 |
---|---|---|
committer | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2020-03-10 10:50:02 +0100 |
commit | 7e38fd61c1c563a2b5d5cc5465a55fe468a6d4c3 (patch) | |
tree | 60c7004214e31337eaec011578be895787e50b76 /certService/helm | |
parent | 2707256575d4c697c43340fe6f26fdd4f9000e13 (diff) |
Fix EJBCA name in configuration, due to previous change in docker-compose
Issue-ID: AAF-997
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: I31a02c88b448fb2adca387fdf8a3f1128c6e1889
Diffstat (limited to 'certService/helm')
-rw-r--r-- | certService/helm/aaf-cert-service/resources/cmpServers.json | 6 |
1 files changed, 3 insertions, 3 deletions
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 +} |