docs: added information about a conflict when using auto_config and auto_encrypt

This commit is contained in:
Karl Cardenas 2021-08-25 21:25:18 -07:00
parent 0081443567
commit b4f47383fa
No known key found for this signature in database
GPG Key ID: 0AC61D76B41F1EDC

View File

@ -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).