From 8601ffb98eeb7ce625ddbddbb9053e1a47e0e003 Mon Sep 17 00:00:00 2001 From: pierwill <19642016+pierwill@users.noreply.github.com> Date: Mon, 11 Oct 2021 11:17:06 -0500 Subject: [PATCH] Remove leftover AE content (#3235) Closes #3234 --- .../v1.6/administration/config-data-nodes.md | 14 -------------- .../v1.7/administration/config-data-nodes.md | 12 ------------ 2 files changed, 26 deletions(-) diff --git a/content/enterprise_influxdb/v1.6/administration/config-data-nodes.md b/content/enterprise_influxdb/v1.6/administration/config-data-nodes.md index 140a50611..586c11e01 100644 --- a/content/enterprise_influxdb/v1.6/administration/config-data-nodes.md +++ b/content/enterprise_influxdb/v1.6/administration/config-data-nodes.md @@ -1046,17 +1046,3 @@ Environment variable: `INFLUXDB_TLS_MIN_VERSION` The maximum version of the TLS protocol that will be negotiated. Valid values include: `tls1.0`, `tls1.1`, and `tls1.2`. If not specified, `max-version` is the maximum TLS version specified in the [Go `crypto/tls` package](https://golang.org/pkg/crypto/tls/#pkg-constants). In this example, `tls1.2` specifies the maximum version as TLS 1.2, which is consistent with the behavior of previous InfluxDB releases. Environment variable: `INFLUXDB_TLS_MAX_VERSION` - - - - diff --git a/content/enterprise_influxdb/v1.7/administration/config-data-nodes.md b/content/enterprise_influxdb/v1.7/administration/config-data-nodes.md index 7c667b621..eb7087a65 100644 --- a/content/enterprise_influxdb/v1.7/administration/config-data-nodes.md +++ b/content/enterprise_influxdb/v1.7/administration/config-data-nodes.md @@ -1208,15 +1208,3 @@ Environment variable: `INFLUXDB_TLS_MIN_VERSION` The maximum version of the TLS protocol that will be negotiated. Valid values include: `tls1.0`, `tls1.1`, and `tls1.2`. If not specified, `max-version` is the maximum TLS version specified in the [Go `crypto/tls` package](https://golang.org/pkg/crypto/tls/#pkg-constants). In this example, `tls1.2` specifies the maximum version as TLS 1.2, which is consistent with the behavior of previous InfluxDB releases. Environment variable: `INFLUXDB_TLS_MAX_VERSION` - -