mirror of https://github.com/status-im/consul.git
Merge pull request #2611 from amiryal/patch-1
Correct heading level in encryption documentation
This commit is contained in:
commit
6c2462e309
|
@ -53,7 +53,7 @@ $ consul agent -data-dir=/tmp/consul -config-file=encrypt.json
|
|||
All nodes within a Consul cluster must share the same encryption key in
|
||||
order to send and receive cluster information.
|
||||
|
||||
# RPC Encryption with TLS
|
||||
## RPC Encryption with TLS
|
||||
|
||||
Consul supports using TLS to verify the authenticity of servers and clients. To enable this,
|
||||
Consul requires that all clients and servers have key pairs that are generated by a single
|
||||
|
|
Loading…
Reference in New Issue