From 6b1f08ce2697f75016862fc5a94bb8f5fc4bbc1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hynek=20Mlna=C5=99=C3=ADk?= Date: Fri, 16 Jun 2023 14:04:31 +0200 Subject: [PATCH] Update docs/guides/server/keycloak-truststore.adoc Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com> --- docs/guides/server/keycloak-truststore.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/server/keycloak-truststore.adoc b/docs/guides/server/keycloak-truststore.adoc index 590ed81b30..6d7d203802 100644 --- a/docs/guides/server/keycloak-truststore.adoc +++ b/docs/guides/server/keycloak-truststore.adoc @@ -39,7 +39,7 @@ For HTTPS requests, this option verifies the hostname of the server's certificat * `WILDCARD` allows wildcards in subdomain names, such as *.foo.com. * When using `STRICT`, the Common Name (CN) must match the hostname exactly. + -Please note that this settings does not apply to LDAP secure connections which requires strict hostname checking. +Please note that this setting does not apply to LDAP secure connections, which require strict hostname checking. type:: The type of truststore, such as `jks`, `pkcs12` or `bcfks`. If not provided, the type would be detected based on the truststore