Skip to content

Commit a64f245

Browse files
Fix ca location
1 parent efbf509 commit a64f245

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

selenium/bin/components/devkeycloak

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ start_devkeycloak() {
4848
--https-certificate-key-file=/opt/keycloak/data/import/server_devkeycloak_key.pem \
4949
--hostname=devkeycloak --hostname-admin=devkeycloak --https-port=8442
5050

51-
wait_for_oidc_endpoint devkeycloak $DEVKEYCLOAK_URL $MOUNT_DEVKEYCLOAK_CONF_DIR/ca_certificate.pem
51+
wait_for_oidc_endpoint devkeycloak $DEVKEYCLOAK_URL $MOUNT_DEVKEYCLOAK_CONF_DIR/ca_devkeycloak_certificate.pem
5252
end "devkeycloak is ready"
5353
print " Note: If you modify devkeycloak configuration, make sure to run the following command to export the configuration."
5454
print " docker exec -it devkeycloak /opt/keycloak/bin/kc.sh export --users realm_file --realm test --dir /opt/keycloak/data/import/"

selenium/bin/components/keycloak

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ start_keycloak() {
4747
--https-certificate-file=/opt/keycloak/data/import/server_keycloak_certificate.pem \
4848
--https-certificate-key-file=/opt/keycloak/data/import/server_keycloak_key.pem
4949

50-
wait_for_oidc_endpoint keycloak $KEYCLOAK_URL $MOUNT_KEYCLOAK_CONF_DIR/ca_certificate.pem
50+
wait_for_oidc_endpoint keycloak $KEYCLOAK_URL $MOUNT_KEYCLOAK_CONF_DIR/ca_keycloak_certificate.pem
5151
end "Keycloak is ready"
5252

5353
print " Note: If you modify keycloak configuration. Make sure to run the following command to export the configuration."

selenium/bin/components/prodkeycloak

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ start_prodkeycloak() {
4646
--https-certificate-key-file=/opt/keycloak/data/import/server_prodkeycloak_key.pem \
4747
--hostname=prodkeycloak --hostname-admin=prodkeycloak --https-port=8443
4848

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

0 commit comments

Comments
 (0)