Closed
Description
Description
The doc page about configuring trusted certificates left me a bit confused.
https://github.com/keycloak/keycloak/blob/main/docs/guides/server/keycloak-truststore.adoc
The path to the truststore is mentioned but only partially.
[...] they can be included in the
conf/truststores
directory [...]
After some research, I found the Dockerfile for Keycloak and saw, that most of the files are in /opt/keycloak
. This might seem obvious to you all in this project, but for someone who just uses/integrates Keycloak into their systems, it is not obvious where all these files are stored.
It would be nice, if this path in the mentioned doc page, or any other relative path in the docs, might get updated to its absolute path counterpart.