mirror of https://github.com/status-im/consul.git
/docs/security
This commit is contained in:
parent
dd8907c137
commit
8a58aab610
|
@ -1,10 +1,8 @@
|
||||||
---
|
---
|
||||||
layout: docs
|
layout: docs
|
||||||
page_title: Encryption
|
page_title: Encryption Systems
|
||||||
description: >-
|
description: >-
|
||||||
The Consul agent supports encrypting all of its network traffic. The exact
|
Two encryption systems protect Consul’s network communications. Learn how keys secure gossip between agents and how RPC with TLS certificates verifies the authenticity of servers and clients.
|
||||||
method of encryption is described on the encryption internals page. There are
|
|
||||||
two separate encryption systems, one for gossip traffic and one for RPC.
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Encryption
|
# Encryption
|
||||||
|
|
|
@ -1,12 +1,8 @@
|
||||||
---
|
---
|
||||||
layout: docs
|
layout: docs
|
||||||
page_title: Security
|
page_title: Security: Overview
|
||||||
description: >-
|
description: >-
|
||||||
Consul relies on both a lightweight gossip mechanism and an RPC system to
|
Security requirements and recommendations for Consul vary depending on workloads and environments. Learn how ACLs and encryption can protect access to and communication within your datacenter.
|
||||||
provide various features. Both of the systems have different security
|
|
||||||
mechanisms that stem from their designs. However, the security mechanisms of
|
|
||||||
Consul have a common goal: to provide confidentiality, integrity, and
|
|
||||||
authentication.
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Security Models
|
## Security Models
|
||||||
|
|
Loading…
Reference in New Issue