From 3bbc1c7cb0400aea0235d130d36841e64ae53727 Mon Sep 17 00:00:00 2001 From: Piotr Marcinkiewicz Date: Thu, 19 Nov 2020 14:13:45 +0100 Subject: Update CertService tests for changed ejbca profile - Introduce ejbca profiles with new Sans types - email, ip, uri - Update CertService tests for changed SANs delimiter Issue-ID: OOM-2632 Signed-off-by: Piotr Marcinkiewicz Change-Id: Ie6791d08f0b6143fbcec9572edb10004769ffe00 --- plans/oom-platform-cert-service/certservice/docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plans/oom-platform-cert-service/certservice/docker-compose.yml') diff --git a/plans/oom-platform-cert-service/certservice/docker-compose.yml b/plans/oom-platform-cert-service/certservice/docker-compose.yml index b281101a..329bc1c0 100644 --- a/plans/oom-platform-cert-service/certservice/docker-compose.yml +++ b/plans/oom-platform-cert-service/certservice/docker-compose.yml @@ -9,7 +9,9 @@ services: - "80:8080" - "443:8443" volumes: - - $SCRIPTS_PATH:/opt/primekey/scripts + - $RESOURCES_PATH/ejbca-configuration.sh:/opt/primekey/scripts/ejbca-configuration.sh + - $RESOURCES_PATH/certprofile_CUSTOM_ENDUSER-1834889499.xml:/opt/primekey/custom_profiles/certprofile_CUSTOM_ENDUSER-1834889499.xml + - $RESOURCES_PATH/entityprofile_Custom_EndEntity-1356531849.xml:/opt/primekey/custom_profiles/entityprofile_Custom_EndEntity-1356531849.xml healthcheck: test: ["CMD-SHELL", "curl -kI https://localhost:8443/ejbca/publicweb/healthcheck/ejbcahealth"] interval: 20s -- cgit 1.2.3-korg