Does WebUI/KeyPath | WebUI/CertificatePath actually accept file paths? #20862
-
Using LetsEncrypt/Certbot I've used dietpi to set up my server's SSL certs, which are kept in In I can't find any documentation of the WebUI-specific settings for qbittorrent (the git repo just links to a page unrelated to them) so I'm wondering if anyone else knows what exactly I should be putting in here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yup, it's the path, but only root can read /etc/ so they need to be copied with a hook script. thanks me! EXTRA NOTE:
|
Beta Was this translation helpful? Give feedback.
Yup, it's the path, but only root can read /etc/ so they need to be copied with a hook script. thanks me!
Link: https://github.com/qbittorrent/qBittorrent/wiki/Linux-WebUI-setting-up-HTTPS-with-Let's-Encrypt-certificates
EXTRA NOTE:
chown qbittorrent cert.pem && chown qbittorrent privateKey.pem
after moving the files to a suitable place or you'll still be stuck.