From 7df2e1ca485e34e295c376cdd132859df9ba820c Mon Sep 17 00:00:00 2001 From: Jeff Huss Date: Tue, 25 Oct 2022 08:49:05 -0700 Subject: [PATCH] Added to first paragraph to highlight the difference between transport and REST layer (#1662) Signed-off-by: JeffH-AWS Signed-off-by: JeffH-AWS --- _security-plugin/configuration/tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_security-plugin/configuration/tls.md b/_security-plugin/configuration/tls.md index 0121ded2..9c0c7508 100755 --- a/_security-plugin/configuration/tls.md +++ b/_security-plugin/configuration/tls.md @@ -7,7 +7,7 @@ nav_order: 10 # Configure TLS certificates -TLS is configured in `opensearch.yml`. There are two main configuration sections: the transport layer and the REST layer. TLS is optional for the REST layer and mandatory for the transport layer. +TLS is configured in `opensearch.yml`. Certificates are used to secure transport-layer traffic (node-to-node communication within your cluster) and REST-layer traffic (communication between a client and a node within your cluster). TLS is optional for the REST layer and mandatory for the transport layer. You can find an example configuration template with all options on [GitHub](https://github.com/opensearch-project/security/blob/main/config/opensearch.yml.example). {: .note }