mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 14:24:39 +00:00
Merge pull request #799 from tummychow/https-docs
Document some configuration for HTTPS
This commit is contained in:
commit
d445f64c10
@ -302,6 +302,7 @@ definitions support being updated during a reload.
|
|||||||
The following keys are valid:
|
The following keys are valid:
|
||||||
* `dns` - The DNS server. Defaults to `client_addr`
|
* `dns` - The DNS server. Defaults to `client_addr`
|
||||||
* `http` - The HTTP API. Defaults to `client_addr`
|
* `http` - The HTTP API. Defaults to `client_addr`
|
||||||
|
* `https` - The HTTPS API. Defaults to `client_addr`
|
||||||
* `rpc` - The RPC endpoint. Defaults to `client_addr`
|
* `rpc` - The RPC endpoint. Defaults to `client_addr`
|
||||||
|
|
||||||
* <a name="advertise_addr"></a><a href="#advertise_addr">`advertise_addr`</a> Equivalent to
|
* <a name="advertise_addr"></a><a href="#advertise_addr">`advertise_addr`</a> Equivalent to
|
||||||
@ -546,7 +547,7 @@ definitions support being updated during a reload.
|
|||||||
connections make use of TLS and that the client provides a certificate signed
|
connections make use of TLS and that the client provides a certificate signed
|
||||||
by the Certificate Authority from the [`ca_file`](#ca_file). By default, this is false, and
|
by the Certificate Authority from the [`ca_file`](#ca_file). By default, this is false, and
|
||||||
Consul will not enforce the use of TLS or verify a client's authenticity. This
|
Consul will not enforce the use of TLS or verify a client's authenticity. This
|
||||||
only applies to Consul servers since a client never has an incoming connection.
|
applies to both server RPC and to the HTTPS API.
|
||||||
|
|
||||||
* <a name="verify_outgoing"></a><a href="#verify_outgoing">`verify_outgoing`</a> - If set to
|
* <a name="verify_outgoing"></a><a href="#verify_outgoing">`verify_outgoing`</a> - If set to
|
||||||
true, Consul requires that all outgoing connections
|
true, Consul requires that all outgoing connections
|
||||||
|
Loading…
x
Reference in New Issue
Block a user