From 1fe3ce79ebcf319611990d2a7df3fbcb146e5e43 Mon Sep 17 00:00:00 2001 From: Pedro Igor Date: Tue, 18 Oct 2022 08:06:21 -0300 Subject: [PATCH] Change the title of the Keycloak Truststore guide to make the intent more clear Closes #14960 Co-authored-by: Stian Thorgersen --- docs/guides/src/main/server/keycloak-truststore.adoc | 2 +- docs/guides/src/main/server/outgoinghttp.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/src/main/server/keycloak-truststore.adoc b/docs/guides/src/main/server/keycloak-truststore.adoc index 11cb4f0abf..bb57edada7 100644 --- a/docs/guides/src/main/server/keycloak-truststore.adoc +++ b/docs/guides/src/main/server/keycloak-truststore.adoc @@ -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=""> diff --git a/docs/guides/src/main/server/outgoinghttp.adoc b/docs/guides/src/main/server/outgoinghttp.adoc index 4b6895d977..83498c42a3 100644 --- a/docs/guides/src/main/server/outgoinghttp.adoc +++ b/docs/guides/src/main/server/outgoinghttp.adoc @@ -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.