diff options
author | Neil Lathwood <neil@lathwood.co.uk> | 2016-11-19 14:16:20 +0000 |
---|---|---|
committer | Neil Lathwood <neil@lathwood.co.uk> | 2016-11-19 14:16:20 +0000 |
commit | 59e82bba2befb6ef5049ea9ae4e876327f3da158 (patch) | |
tree | b82d0647c652d42e9d6bedb82b09347311e52593 /README.md | |
parent | 29c800271e8ca796ffdc238025070e4aa4d62aca (diff) |
Added option to disable ssl verification checks for http source
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -506,6 +506,17 @@ source: X-Auth-Token: 'somerandomstring' ``` +You can also pass `no_check_certificate = true` if you want to disable ssl certificate verification: + +``` +source: + default: http + http: + url: https://url/api + scheme: https + no_check_certificate: true +``` + ### Output: File Parent directory needs to be created manually, one file per device, with most recent running config. |