Skip to content

Commit 454157d

Browse files
Adam Lockeelasticmachine
andauthored
[DOCS] Clarify HTTP and transport TLS settings (#79952) (#79960)
Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
1 parent cbf99c4 commit 454157d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/reference/settings/security-settings.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2019,6 +2019,7 @@ a PKCS#12 container includes trusted certificate ("anchor") entries look for
20192019
:verifies!:
20202020
:server:
20212021
:ssl-context: security-http
2022+
:ssl-layer: HTTP networking layer, which {es} uses to communicate with other clients
20222023

20232024
include::ssl-settings.asciidoc[]
20242025

@@ -2029,6 +2030,7 @@ include::ssl-settings.asciidoc[]
20292030
:verifies:
20302031
:server:
20312032
:ssl-context: security-transport
2033+
:ssl-layer: transport networking layer, which nodes use to communicate with each other
20322034

20332035
include::ssl-settings.asciidoc[]
20342036

docs/reference/settings/ssl-settings.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ You can configure the following TLS/SSL settings.
44
ifdef::server[]
55
+{ssl-prefix}.ssl.enabled+::
66
(<<static-cluster-setting,Static>>)
7-
Used to enable or disable TLS/SSL. The default is `false`.
7+
Used to enable or disable TLS/SSL on the {ssl-layer}. The default is `false`.
88
endif::server[]
99

1010
+{ssl-prefix}.ssl.supported_protocols+::

0 commit comments

Comments
 (0)