From bf5a4ed6e31455ccaaf5654548017f35a9377997 Mon Sep 17 00:00:00 2001 From: Nicholas Richu <105801716+nrichu-hcp@users.noreply.github.com> Date: Wed, 25 Jan 2023 12:08:34 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Blake Covarrubias --- website/content/docs/connect/connect-internals.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/connect/connect-internals.mdx b/website/content/docs/connect/connect-internals.mdx index 88b5c4d4d3..436de4eafb 100644 --- a/website/content/docs/connect/connect-internals.mdx +++ b/website/content/docs/connect/connect-internals.mdx @@ -2,7 +2,7 @@ layout: docs page_title: Service Mesh - How it Works description: >- - Consul's service mesh enforces secure service communication using mutual TLS (mTLS) encryption and explicit authorization. Learn how the service mesh certificate authorities, intentions, and agents work together in the subsystem to provide Consul’s service mesh capabilities. + Consul's service mesh enforces secure service communication using mutual TLS (mTLS) encryption and explicit authorization. Learn how the service mesh certificate authorities, intentions, and agents work together to provide Consul’s service mesh capabilities. --- # How Service Mesh Works @@ -18,7 +18,7 @@ tutorial. ## Mutual Transport Layer Security (mTLS) -The core of Consul Service Mesh is based on [mutual TLS](https://en.wikipedia.org/wiki/Mutual_authentication). +The core of Consul service mesh is based on [mutual TLS](https://en.wikipedia.org/wiki/Mutual_authentication). Consul Service Mesh provides each service with an identity encoded as a TLS certificate. This certificate is used to establish and accept connections to and from other