From 5f4ad4d51da91bf77935f2110f281737540903ca Mon Sep 17 00:00:00 2001 From: Marcial Rosales Date: Thu, 28 Nov 2024 11:40:05 +0100 Subject: [PATCH] Fix location of cacerts --- selenium/test/multi-oauth/env.docker.devkeycloak | 2 +- selenium/test/multi-oauth/env.docker.prodkeycloak | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/selenium/test/multi-oauth/env.docker.devkeycloak b/selenium/test/multi-oauth/env.docker.devkeycloak index 08cb2e123b5..19fa4efa0f5 100644 --- a/selenium/test/multi-oauth/env.docker.devkeycloak +++ b/selenium/test/multi-oauth/env.docker.devkeycloak @@ -1,2 +1,2 @@ export DEVKEYCLOAK_URL=https://devkeycloak:8442/realms/dev -export DEVKEYCLOAK_CA_CERT=/config/oauth/keycloak/ca_devkeycloak_certificate.pem +export DEVKEYCLOAK_CA_CERT=/config/oauth/devkeycloak/ca_devkeycloak_certificate.pem diff --git a/selenium/test/multi-oauth/env.docker.prodkeycloak b/selenium/test/multi-oauth/env.docker.prodkeycloak index 82a1215b373..d95461adff3 100644 --- a/selenium/test/multi-oauth/env.docker.prodkeycloak +++ b/selenium/test/multi-oauth/env.docker.prodkeycloak @@ -1,2 +1,2 @@ export PRODKEYCLOAK_URL=https://prodkeycloak:8443/realms/prod -export PRODKEYCLOAK_CA_CERT=/config/oauth/keycloak/ca_prodkeycloak_certificate.pem +export PRODKEYCLOAK_CA_CERT=/config/oauth/prodkeycloak/ca_prodkeycloak_certificate.pem