Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/src/main/server/keycloak-truststore.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<#import "/templates/kc.adoc" as kc>

<@tmpl.guide
title="Configuring a Truststore"
title="Configuring trusted certificates for outgoing requests"
summary="How to configure the Keycloak Truststore to communicate with external services through TLS."
includedOptions="">

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/src/main/server/outgoinghttp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ In this example, the following occurs:
* The special value NO_PROXY for the proxy-uri is used, which means that no proxy is used for hosts matching the associated hostname pattern.
* A catch-all pattern ends the proxy-mappings, providing a default proxy for all outgoing requests.

== Outgoing HTTPS request truststore
== Configuring trusted certificates for TLS connections

Please take a look at the <@links.server id="keycloak-truststore"/> guide about how
to configure a Keycloak Truststore so that Keycloak is able to perform outgoing requests using TLS.
Expand Down