mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-23 13:20:33 -07:00
Merge pull request #116 from Footur/keystore
[keycloak_quarkus] Enable config of a key store and trust store
This commit is contained in:
commit
cee02cfd36
6 changed files with 56 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue