mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 17:03:31 +00:00
docs: fixed identation of warning components
This commit is contained in:
parent
763e720ffe
commit
2c861a4f4e
@ -939,6 +939,9 @@ Valid time units are 'ns', 'us' (or 'µs'), 'ms', 's', 'm', 'h'."
|
||||
on Connect because it is vital for `auto_config`, more specifically the CA
|
||||
and certificates infrastructure.
|
||||
|
||||
~> **Warning:** Enabling `auto_config` conflicts with the [`auto_encrypt.tls`](#tls) feature.
|
||||
Only one option may be specified.
|
||||
|
||||
- `intro_token` (Defaults to `""`) This specifies the JWT to use for the initial
|
||||
`auto_config` RPC to the Consul servers. This can be overridden with the
|
||||
`CONSUL_INTRO_TOKEN` environment variable
|
||||
@ -1051,9 +1054,6 @@ 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`](#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:
|
||||
@ -1082,6 +1082,9 @@ Valid time units are 'ns', 'us' (or 'µs'), 'ms', 's', 'm', 'h'."
|
||||
only with a CA, or finally without a CA and without ACL enabled. In any case,
|
||||
the communication to the `auto_encrypt` endpoint is always TLS encrypted.
|
||||
|
||||
~> **Warning:** Enabling `auto_encrypt.tls` conflicts with the [`auto_config`](#auto_config) feature.
|
||||
Only one option may be specified.
|
||||
|
||||
- `dns_san` (Defaults to `[]`) When this option is being
|
||||
used, the certificates requested by `auto_encrypt` from the server have these
|
||||
`dns_san` set as DNS SAN.
|
||||
@ -1090,9 +1093,6 @@ 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`](#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