Skip to content

Commit

Permalink
Use absolute path for certificate files
Browse files Browse the repository at this point in the history
  • Loading branch information
xdavila-eiq committed Jun 30, 2022
1 parent 065fb53 commit 063eb5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/keycloak_quarkus/templates/keycloak.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ http-port={{ keycloak_quarkus_http_port }}
# HTTPS
https-port={{ keycloak_quarkus_https_port }}
{% if keycloak_quarkus_https_enabled %}
https-certificate-file={{ keycloak.home }}/{{ keycloak_quarkus_cert_file}}
https-certificate-key-file={{ keycloak.home }}/{{ keycloak_quarkus_key_file }}
https-certificate-file={{ keycloak_quarkus_cert_file}}
https-certificate-key-file={{ keycloak_quarkus_key_file }}
{% endif %}

# Hostname for the Keycloak server.
Expand Down

0 comments on commit 063eb5b

Please sign in to comment.