From 4ab14912de351d027d12c603a8daf2ed476ae48d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 6 Feb 2021 23:12:30 +0100 Subject: [PATCH] Corrected example ssl --- qbittorrent/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qbittorrent/config.json b/qbittorrent/config.json index 7410b3641..fbc404e06 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -40,8 +40,8 @@ }, "options": { "ssl": false, - "certfile": "/ssl/fullchain.pem", - "keyfile": "/ssl/privkey.pem", + "certfile": "fullchain.pem", + "keyfile": "privkey.pem", "whitelist": "localhost,127.0.0.1,192.168.0.0/16", "PUID": 0, "PGID": 0