mirror of https://github.com/hashicorp/consul
Apply suggestions from code review
Co-authored-by: Blake Covarrubias <blake@covarrubi.as>pull/16082/head
parent
fa27ddb1d6
commit
bf5a4ed6e3
|
@ -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 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
|
# 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
|
||||||
|
|
Loading…
Reference in New Issue