Apply suggestions from code review

Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
pull/16082/head
Nicholas Richu 2023-01-25 12:08:34 -05:00 committed by GitHub
parent fa27ddb1d6
commit bf5a4ed6e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
layout: docs layout: docs
page_title: Service Mesh - How it Works page_title: Service Mesh - How it Works
description: >- 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 Consuls 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 Consuls service mesh capabilities.
--- ---
# How Service Mesh Works # How Service Mesh Works
@ -18,7 +18,7 @@ tutorial.
## Mutual Transport Layer Security (mTLS) ## 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. 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 This certificate is used to establish and accept connections to and from other