Merge pull request #116 from Footur/keystore

[keycloak_quarkus] Enable config of a key store and trust store
This commit is contained in:
Guido Grazioli 2023-11-13 11:37:36 +01:00 committed by GitHub
commit cee02cfd36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 56 additions and 9 deletions

View file

@ -7,7 +7,7 @@
keycloak_realm: TestRealm
keycloak_quarkus_host: instance
keycloak_quarkus_log: file
keycloak_quarkus_https_enabled: True
keycloak_quarkus_https_key_file_enabled: True
keycloak_quarkus_key_file: "{{ keycloak.home }}/conf/key.pem"
keycloak_quarkus_cert_file: "{{ keycloak.home }}/conf/cert.pem"
keycloak_quarkus_log_target: /tmp/keycloak