Skip to content

Commit

Permalink
[DOCS] Clarify HTTP and transport TLS settings (#79952) (#79960)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <[email protected]>

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
Adam Locke and elasticmachine authored Oct 27, 2021
1 parent cbf99c4 commit 454157d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/reference/settings/security-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2019,6 +2019,7 @@ a PKCS#12 container includes trusted certificate ("anchor") entries look for
:verifies!:
:server:
:ssl-context: security-http
:ssl-layer: HTTP networking layer, which {es} uses to communicate with other clients

include::ssl-settings.asciidoc[]

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

include::ssl-settings.asciidoc[]

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/settings/ssl-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ You can configure the following TLS/SSL settings.
ifdef::server[]
+{ssl-prefix}.ssl.enabled+::
(<<static-cluster-setting,Static>>)
Used to enable or disable TLS/SSL. The default is `false`.
Used to enable or disable TLS/SSL on the {ssl-layer}. The default is `false`.
endif::server[]

+{ssl-prefix}.ssl.supported_protocols+::
Expand Down

0 comments on commit 454157d

Please sign in to comment.