From f6bedb4d2503f236acb3ee6efd15541059ebc78a Mon Sep 17 00:00:00 2001 From: pierwill <19642016+pierwill@users.noreply.github.com> Date: Thu, 26 Aug 2021 10:56:08 -0500 Subject: [PATCH] InfluxDB Enterprise: Recommend one certificate per node (#3066) --- content/enterprise_influxdb/v1.8/guides/https_setup.md | 2 ++ content/enterprise_influxdb/v1.9/guides/https_setup.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/content/enterprise_influxdb/v1.8/guides/https_setup.md b/content/enterprise_influxdb/v1.8/guides/https_setup.md index de4fd0b62..994de8995 100644 --- a/content/enterprise_influxdb/v1.8/guides/https_setup.md +++ b/content/enterprise_influxdb/v1.8/guides/https_setup.md @@ -51,6 +51,8 @@ Regardless of your certificate's type, InfluxDB Enterprise supports certificates a private key file (`.key`) and a signed certificate file (`.crt`) file pair, as well as certificates that combine the private key file and the signed certificate file into a single bundled file (`.pem`). +In general, each node node should have its own certificate, whether signed or unsiged. + ## Set up HTTPS in an InfluxDB Enterprise cluster 1. **Download or generate certificate files** diff --git a/content/enterprise_influxdb/v1.9/guides/https_setup.md b/content/enterprise_influxdb/v1.9/guides/https_setup.md index 9889edf25..cc4aaddbe 100644 --- a/content/enterprise_influxdb/v1.9/guides/https_setup.md +++ b/content/enterprise_influxdb/v1.9/guides/https_setup.md @@ -51,6 +51,8 @@ Regardless of your certificate's type, InfluxDB Enterprise supports certificates a private key file (`.key`) and a signed certificate file (`.crt`) file pair, as well as certificates that combine the private key file and the signed certificate file into a single bundled file (`.pem`). +In general, each node node should have its own certificate, whether signed or unsiged. + ## Set up HTTPS in an InfluxDB Enterprise cluster 1. **Download or generate certificate files**