From e91cdaebf60324b2975f2d6bc3d9c90ea374b8d8 Mon Sep 17 00:00:00 2001 From: Marcial Rosales Date: Thu, 28 Nov 2024 18:34:11 +0100 Subject: [PATCH] Fix location of certs in multi-oauth --- 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 19fa4efa0f5..a5cc4c924df 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/devkeycloak/ca_devkeycloak_certificate.pem +export DEVKEYCLOAK_CA_CERT=/config/multi-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 d95461adff3..80554f60335 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/prodkeycloak/ca_prodkeycloak_certificate.pem +export PRODKEYCLOAK_CA_CERT=/config/multi-oauth/prodkeycloak/ca_prodkeycloak_certificate.pem