Allow Influxdb CA path in verify_ssl (#16369)

This commit is contained in:
Alessandro Pilotti 2021-02-02 00:31:04 +02:00 committed by GitHub
parent 66bf1c4d75
commit f9d9427342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,9 +76,14 @@ database:
default: home_assistant
verify_ssl:
type: boolean
description: 1.xx only - Verify SSL certificate for HTTPS request. For 2.xx SSL verification is required, library provides no way to disable it.
description: Verify SSL certificate for HTTPS request. This can take on boolean values `false` or `true`.
required: false
default: true
ssl_ca_cert:
type: string
description: Optional path of a CA certificate to be used during SSL verification.
required: false
default: None
token:
type: string
description: 2.xx only - Auth token with WRITE access to your chosen Organization and Bucket. Needed with `organization` configuration variable.