Add option to disable HTTPS verification in Luci component (#10898)

This commit is contained in:
Miroslav Ždrale 2019-10-20 18:44:20 +02:00 committed by Rohan Kapoor
parent d1fc29873d
commit bc60604832

View File

@ -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.