mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-09 04:10:27 -07:00
keycloak.conf: Remove config-keystore-type
(KC/RHBK v26 Support #253)
Cf. <https://docs.redhat.com/en/documentation/red_hat_build_of_keycloak/26.0/html-single/upgrading_guide/index#keystore_and_trust_store_default_format_change>
This commit is contained in:
parent
0c58ae48ff
commit
58233549a7
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ hostname-strict-https=false
|
||||||
# Config store
|
# Config store
|
||||||
config-keystore={{ keycloak_quarkus_config_key_store_file }}
|
config-keystore={{ keycloak_quarkus_config_key_store_file }}
|
||||||
config-keystore-password={{ keycloak_quarkus_config_key_store_password }}
|
config-keystore-password={{ keycloak_quarkus_config_key_store_password }}
|
||||||
config-keystore-type=PKCS12
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# Observability
|
# Observability
|
||||||
|
|
Loading…
Add table
Reference in a new issue