Merge pull request #1814 from influxdata/dar-140
Add missing TLS configuration optionspull/1826/head
commit
6571fb8d0e
|
@ -117,6 +117,11 @@ Consult your CA if you are unsure about how to use these files.
|
|||
|
||||
# If using a self-signed certificate:
|
||||
https-insecure-tls = true
|
||||
|
||||
# Use TLS when communicating with data notes
|
||||
data-use-tls = true
|
||||
data-insecure-tls = true
|
||||
|
||||
```
|
||||
|
||||
5. **Enable HTTPS within the configuration file for each data node**
|
||||
|
|
Loading…
Reference in New Issue