Apply suggestions from code review

Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
This commit is contained in:
mrspanishviking 2021-08-27 07:41:11 -07:00 committed by GitHub
parent b4f47383fa
commit 763e720ffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1051,7 +1051,7 @@ Valid time units are 'ns', 'us' (or 'µs'), 'ms', 's', 'm', 'h'."
- `segment` <EnterpriseAlert inline /> - The network segment name the client is requesting. - `segment` <EnterpriseAlert inline /> - The network segment name the client is requesting.
~> **Warning:** Enabling `auto_config` conflicts with the `auto_encrypt.tls` feature. ~> **Warning:** Enabling `auto_config` conflicts with the [`auto_encrypt.tls`](#tls) feature.
Only one option may be specified. Only one option may be specified.
- `auto_encrypt` This object allows setting options for the `auto_encrypt` feature. - `auto_encrypt` This object allows setting options for the `auto_encrypt` feature.
@ -1090,7 +1090,7 @@ 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` the certificates requested by `auto_encrypt` from the server have these `ip_san`
set as IP SAN. set as IP SAN.
~> **Warning:** Enabling `auto_encrypt.tls` conflicts with the `auto_config` feature. ~> **Warning:** Enabling `auto_encrypt.tls` conflicts with the [`auto_config`](#auto_config) feature.
Only one option may be specified. Only one option may be specified.
- `bootstrap` Equivalent to the [`-bootstrap` command-line flag](#_bootstrap). - `bootstrap` Equivalent to the [`-bootstrap` command-line flag](#_bootstrap).