From bfedadb63f161366fef8787a2c81461d2abfbca3 Mon Sep 17 00:00:00 2001 From: Chris Xiao <30990835+chrisx8@users.noreply.github.com> Date: Mon, 21 Nov 2022 15:58:44 -0500 Subject: [PATCH] qBittorrent: add 'verify_ssl' option --- source/_integrations/qbittorrent.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/qbittorrent.markdown b/source/_integrations/qbittorrent.markdown index 2b1ba37ec96d..209222ccb78b 100644 --- a/source/_integrations/qbittorrent.markdown +++ b/source/_integrations/qbittorrent.markdown @@ -49,6 +49,11 @@ password: description: The password of the Web UI of qBittorrent. required: true type: string +verify_ssl: + description: Verify the SSL certificate of the Web UI of qBittorrent. + required: false + type: boolean + default: true {% endconfiguration %} ## Sensors