From c2fc2b587093b50136163982554a34a97390b395 Mon Sep 17 00:00:00 2001 From: pierwill Date: Fri, 17 Jan 2020 11:49:04 -0800 Subject: [PATCH] Start refactoring TLS docs --- content/v2.0/security/enable-tls.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/v2.0/security/enable-tls.md b/content/v2.0/security/enable-tls.md index 2e313a532..e56149de3 100644 --- a/content/v2.0/security/enable-tls.md +++ b/content/v2.0/security/enable-tls.md @@ -46,6 +46,13 @@ InfluxDB supports three types of TLS certificates: +## Setup InfluxDB to use HTTPS + +1. **Download or generate certificate files** +2. **Set certificate file permissions** +3. **Run `influxd` with TLS flags** +4. **Verify TLS connection** + ## Enable HTTPS with a CA-signed certificate 1. **Install the certificate**