Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Blake Covarrubias <[email protected]>
  • Loading branch information
nrichu-hcp and blake authored Jan 25, 2023
1 parent fa27ddb commit bf5a4ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/docs/connect/connect-internals.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit bf5a4ed

Please sign in to comment.