From 39e0429011eae4ab1eb39fdd0ced3f6396759aed Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Tue, 1 Jun 2021 15:50:48 -0500 Subject: [PATCH] [DOCS] Corrects typo in step 3 (#101079) --- .../securing-communications/elasticsearch-mutual-tls.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/security/securing-communications/elasticsearch-mutual-tls.asciidoc b/docs/user/security/securing-communications/elasticsearch-mutual-tls.asciidoc index f5192f4641d4df..63fd2799c90cf8 100644 --- a/docs/user/security/securing-communications/elasticsearch-mutual-tls.asciidoc +++ b/docs/user/security/securing-communications/elasticsearch-mutual-tls.asciidoc @@ -39,7 +39,7 @@ This entails generating a "server certificate" for {es} to use on the HTTP layer . Obtain a client certificate and private key for {kib}. + -- -{kib} must this "client certificate" and corresponding private key when connecting to {es}. +{kib} uses the client certificate and corresponding private key when connecting to {es}. NOTE: This is not the same as the <> that {kib} will present to web browsers.