Add verify_ssl configuration (#7837)

This commit is contained in:
Rohan Kapoor 2018-12-19 05:20:37 -08:00 committed by Alok Saboo
parent 13cc6b2bd4
commit 22054eafd4

View File

@ -54,6 +54,11 @@ authentication:
required: false
type: string
default: basic
verify_ssl:
description: Validate the ssl certificate for this camera.
required: false
type: boolean
default: true
{% endconfiguration %}
## {% linkable_title Examples %}