Skip to content

Commit

Permalink
Fix ca location
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcialRosales committed Nov 28, 2024
1 parent efbf509 commit a64f245
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion selenium/bin/components/devkeycloak
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ start_devkeycloak() {
--https-certificate-key-file=/opt/keycloak/data/import/server_devkeycloak_key.pem \
--hostname=devkeycloak --hostname-admin=devkeycloak --https-port=8442

wait_for_oidc_endpoint devkeycloak $DEVKEYCLOAK_URL $MOUNT_DEVKEYCLOAK_CONF_DIR/ca_certificate.pem
wait_for_oidc_endpoint devkeycloak $DEVKEYCLOAK_URL $MOUNT_DEVKEYCLOAK_CONF_DIR/ca_devkeycloak_certificate.pem
end "devkeycloak is ready"
print " Note: If you modify devkeycloak configuration, make sure to run the following command to export the configuration."
print " docker exec -it devkeycloak /opt/keycloak/bin/kc.sh export --users realm_file --realm test --dir /opt/keycloak/data/import/"
Expand Down
2 changes: 1 addition & 1 deletion selenium/bin/components/keycloak
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ start_keycloak() {
--https-certificate-file=/opt/keycloak/data/import/server_keycloak_certificate.pem \
--https-certificate-key-file=/opt/keycloak/data/import/server_keycloak_key.pem

wait_for_oidc_endpoint keycloak $KEYCLOAK_URL $MOUNT_KEYCLOAK_CONF_DIR/ca_certificate.pem
wait_for_oidc_endpoint keycloak $KEYCLOAK_URL $MOUNT_KEYCLOAK_CONF_DIR/ca_keycloak_certificate.pem
end "Keycloak is ready"

print " Note: If you modify keycloak configuration. Make sure to run the following command to export the configuration."
Expand Down
2 changes: 1 addition & 1 deletion selenium/bin/components/prodkeycloak
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ start_prodkeycloak() {
--https-certificate-key-file=/opt/keycloak/data/import/server_prodkeycloak_key.pem \
--hostname=prodkeycloak --hostname-admin=prodkeycloak --https-port=8443

wait_for_oidc_endpoint prodkeycloak $PRODKEYCLOAK_URL $MOUNT_PRODKEYCLOAK_CONF_DIR/ca_certificate.pem
wait_for_oidc_endpoint prodkeycloak $PRODKEYCLOAK_URL $MOUNT_PRODKEYCLOAK_CONF_DIR/ca_prodkeycloak_certificate.pem
end "prodkeycloak is ready"
print " Note: If you modify prodkeycloak configuration, make sure to run the following command to export the configuration."
print " docker exec -it prodkeycloak /opt/keycloak/bin/kc.sh export --users realm_file --realm test --dir /opt/keycloak/data/import/"
Expand Down

0 comments on commit a64f245

Please sign in to comment.