Skip to content

CoryG89/update-qbittorrent-cert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

update-qbittorrent-cert

This repo contains a node script to update qBittorrent SSL certificate after renewal.

Install

Let's Encrypt

If you are using letsencrypt, then running the following will copy the script to /etc/letsencrypt/renewal-hooks/deploy/update-qbittorrent-cert.js where a default letsencrypt installation will pick up the script and run it on a successful renewal.

$  git clone https://github.com/CoryG89/update-qbittorrent-cert.git
$  npm run install-letsencrypt

Custom

If you have a custom letsencrypt directory, or you would like to copy the script to a different location use the following.

$  git clone https://github.com/CoryG89/update-qbittorrent-cert.git
$  npm run install-script path/to/dest

About

Node script to update qBittorrent SSL certificate after renewal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published