From f9d9427342f6f48f160a1e3feac985de21e44df4 Mon Sep 17 00:00:00 2001 From: Alessandro Pilotti Date: Tue, 2 Feb 2021 00:31:04 +0200 Subject: [PATCH] Allow Influxdb CA path in verify_ssl (#16369) --- source/_integrations/influxdb.markdown | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/_integrations/influxdb.markdown b/source/_integrations/influxdb.markdown index 0ada21fbecf..4be01e2112e 100644 --- a/source/_integrations/influxdb.markdown +++ b/source/_integrations/influxdb.markdown @@ -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.