mirror of
https://github.com/status-im/consul.git
synced 2025-02-03 01:14:23 +00:00
docs: added information about a conflict when using auto_config and auto_encrypt
This commit is contained in:
parent
0081443567
commit
b4f47383fa
@ -1051,6 +1051,9 @@ Valid time units are 'ns', 'us' (or 'µs'), 'ms', 's', 'm', 'h'."
|
||||
|
||||
- `segment` <EnterpriseAlert inline /> - The network segment name the client is requesting.
|
||||
|
||||
~> **Warning:** Enabling `auto_config` conflicts with the `auto_encrypt.tls` feature.
|
||||
Only one option may be specified.
|
||||
|
||||
- `auto_encrypt` This object allows setting options for the `auto_encrypt` feature.
|
||||
|
||||
The following sub-keys are available:
|
||||
@ -1087,6 +1090,9 @@ Valid time units are 'ns', 'us' (or 'µs'), 'ms', 's', 'm', 'h'."
|
||||
the certificates requested by `auto_encrypt` from the server have these `ip_san`
|
||||
set as IP SAN.
|
||||
|
||||
~> **Warning:** Enabling `auto_encrypt.tls` conflicts with the `auto_config` feature.
|
||||
Only one option may be specified.
|
||||
|
||||
- `bootstrap` Equivalent to the [`-bootstrap` command-line flag](#_bootstrap).
|
||||
|
||||
- `bootstrap_expect` Equivalent to the [`-bootstrap-expect` command-line flag](#_bootstrap_expect).
|
||||
|
Loading…
x
Reference in New Issue
Block a user