Skip to content

Commit 20ede64

Browse files
Adam Lockeelasticmachine
andauthored
[DOCS] Clarify HTTP and transport TLS settings (#79952) (#79962)
Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
1 parent 201b253 commit 20ede64

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
@@ -2016,6 +2016,7 @@ a PKCS#12 container includes trusted certificate ("anchor") entries look for
20162016
:verifies!:
20172017
:server:
20182018
:ssl-context: security-http
2019+
:ssl-layer: HTTP networking layer, which {es} uses to communicate with other clients
20192020

20202021
include::ssl-settings.asciidoc[]
20212022

@@ -2026,6 +2027,7 @@ include::ssl-settings.asciidoc[]
20262027
:verifies:
20272028
:server:
20282029
:ssl-context: security-transport
2030+
:ssl-layer: transport networking layer, which nodes use to communicate with each other
20292031

20302032
include::ssl-settings.asciidoc[]
20312033

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)