Skip to content

Commit

Permalink
#15 Se crea el directorio donde se dejan los certificados de autentic…
Browse files Browse the repository at this point in the history
…acion de certbot
  • Loading branch information
AlvaroGlezC committed May 16, 2024
1 parent 114eb5c commit 856f641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/keycloak/keycloak.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Usar la imagen oficial de Keycloak
FROM quay.io/keycloak/keycloak:24.0.1

RUN mkdir -p /usr/share/keycloak/.well-known/acme-challenge/
RUN mkdir -p /opt/keycloak/.well-known/acme-challenge/

# Definir variables de entorno para el administrador de Keycloak
# Para mayor seguridad, estas credenciales se deberían manejar externamente
Expand Down

0 comments on commit 856f641

Please sign in to comment.