Change the title of the Keycloak Truststore guide to make the intent more clear
Closes #14960 Co-authored-by: Stian Thorgersen <stian@redhat.com>
This commit is contained in:
parent
dfb2bd144b
commit
1fe3ce79eb
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
<#import "/templates/kc.adoc" as kc>
|
<#import "/templates/kc.adoc" as kc>
|
||||||
|
|
||||||
<@tmpl.guide
|
<@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."
|
summary="How to configure the Keycloak Truststore to communicate with external services through TLS."
|
||||||
includedOptions="">
|
includedOptions="">
|
||||||
|
|
||||||
|
|
|
@ -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.
|
* 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.
|
* 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
|
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.
|
to configure a Keycloak Truststore so that Keycloak is able to perform outgoing requests using TLS.
|
||||||
|
|
Loading…
Reference in a new issue