Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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