mirror of https://github.com/hashicorp/consul
Tighten up TLS mode language a bit.
parent
edeab6a0d2
commit
26bbda57d0
|
@ -63,8 +63,8 @@ using OpenSSL. Note: client certificates must have
|
|||
for client and server authentication.
|
||||
|
||||
When enabling TLS for Consul, we first must decide what we wish to verify. TLS can be used
|
||||
to verify the authenticity of the servers or also verify the authenticity of clients, controlled
|
||||
by the `verify_incoming` or `verify_outgoing` [options](/docs/agent/options.html), respectively.
|
||||
to verify the authenticity of the servers or verify the authenticity of clients. These modes are
|
||||
controlled by the `verify_incoming` and `verify_outgoing` [options](/docs/agent/options.html), respectively.
|
||||
|
||||
If `verify_outgoing` is set, agents verify the authenticity of Consul for outgoing
|
||||
connections. Server nodes must present a certificate signed by the `ca_file` setting that must
|
||||
|
|
Loading…
Reference in New Issue