From bc606048328593fdc6e265fa6b9646c587335c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=BDdrale?= Date: Sun, 20 Oct 2019 18:44:20 +0200 Subject: [PATCH] Add option to disable HTTPS verification in Luci component (#10898) --- source/_integrations/luci.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/luci.markdown b/source/_integrations/luci.markdown index 49761c7377b..d15abcb8c0b 100644 --- a/source/_integrations/luci.markdown +++ b/source/_integrations/luci.markdown @@ -52,6 +52,11 @@ ssl: required: false default: false type: boolean +verify_ssl: + description: If SSL/TLS verification for HTTPS resources needs to be turned off (for self-signed certs, etc.) + required: false + type: boolean + default: true {% endconfiguration %} See the [device tracker integration page](/integrations/device_tracker/) for instructions how to configure the people to be tracked.