- Stop
deluged
torrent process:
- Go into deluge ssl folder:
- Backup or remove the old certificate and key:
- Generate the new deluge certificate and key:
- Answer questions for the certificate.
- Be sure to give the right ownership to certificate and key:
- Launch deluge web UI (User Interface) via http.
- Open the Preferences menu, select Interface tab and check Use SSL.
- Change Private Key into
ssl/deluge.key.pem
and Certificate intossl/deluge.cert.pem
. - Click Apply and then Ok.
- Or instead of using the web UI, modify
/srv/deluge/.config/deluge/web.conf
(stoppingdeluge-web
before is needed):- "https": true,
- "pkey": "ssl/deluge.key.pem",
- "cert": "ssl/deluge.cert.pem",
- Start
deluged
torrent process:
- Restart
deluge-web
UI:
- Launch deluge web UI using https and enjoy.