Skip to content

Commit

Permalink
Fix location of cacerts
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcialRosales committed Nov 28, 2024
1 parent 22ed772 commit 5f4ad4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion selenium/test/multi-oauth/env.docker.devkeycloak
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion selenium/test/multi-oauth/env.docker.prodkeycloak
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5f4ad4d

Please sign in to comment.