Update docs/guides/server/keycloak-truststore.adoc
Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>
This commit is contained in:
parent
25e73827f3
commit
6b1f08ce26
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue