diff --git a/content/enterprise_influxdb/v1/administration/configure/config-data-nodes.md b/content/enterprise_influxdb/v1/administration/configure/config-data-nodes.md index 4a6e54d9a9..e566ba689f 100644 --- a/content/enterprise_influxdb/v1/administration/configure/config-data-nodes.md +++ b/content/enterprise_influxdb/v1/administration/configure/config-data-nodes.md @@ -624,6 +624,14 @@ Use a separate private key location. Environment variable: `INFLUXDB_CLUSTER_HTTPS_PRIVATE_KEY` +#### https-insecure-certificate + +Default is `false`. + +Skips file permission checking on `https-certificate` and `https-private-key` when `true`. + +Environment variable: `INFLUXDB_CLUSTER_HTTPS_INSECURE_CERTIFICATE` + #### https-insecure-tls Default is `false`. @@ -1171,6 +1179,14 @@ The location of the separate private key. Environment variable: `INFLUXDB_HTTP_HTTPS_PRIVATE_KEY` +#### https-insecure-certificate + +Default is `false`. + +Skips file permission checking for `https-certificate` and `https-private-key` when true. + +Environment variable: `INFLUXDB_HTTP_HTTPS_INSECURE_CERTIFICATE` + #### shared-secret Default is `""`.