From 763e720ffe10f139f922d1d48f069eb3d34fb00a Mon Sep 17 00:00:00 2001 From: mrspanishviking Date: Fri, 27 Aug 2021 07:41:11 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Blake Covarrubias --- website/content/docs/agent/options.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/agent/options.mdx b/website/content/docs/agent/options.mdx index 6bf989371c..54aa6395bc 100644 --- a/website/content/docs/agent/options.mdx +++ b/website/content/docs/agent/options.mdx @@ -1051,7 +1051,7 @@ Valid time units are 'ns', 'us' (or 'µs'), 'ms', 's', 'm', 'h'." - `segment` - 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. - `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` 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. - `bootstrap` Equivalent to the [`-bootstrap` command-line flag](#_bootstrap).