From 03c3ee8bbfbd0a93f6a6c3c7accec57d9f012e17 Mon Sep 17 00:00:00 2001 From: Alexandre GIRARD <77633105+alexandre-girard-maif@users.noreply.github.com> Date: Fri, 12 May 2023 15:20:10 +0200 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index e893c52..5b2058a 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -22,6 +22,7 @@ if [[ -n "${SONAR_ROOT_CERT}" ]]; then rm -f /tmp/CA_MAIF_ROOTCA.pem echo "${SONAR_ROOT_CERT}" > /tmp/CA_MAIF_ROOTCA.pem keytool -keystore /etc/ssl/certs/java/cacerts -storepass changeit -noprompt -trustcacerts -importcert -alias sonarqube -file /tmp/CA_MAIF_ROOTCA.pem + keytool -J-Duser.language=en -noprompt -trustcacerts -keystore /usr/local/openjdk-17/lib/security/cacerts -storepass changeit -alias CA_MAIF_ROOTCA -import -file /tmp/CA_MAIF_ROOTCA.pem fi if [[ -f "${INPUT_PROJECTBASEDIR%/}pom.xml" ]]; then