叁·分

不求甚解

用户工具

站点工具


tech-notes:rtorrent-with-selfsigned-cert

rTorrent with selfsigned SSL certs

让rTorrent支持自签名SSL。

配置如下

openssl s_client -connect <server.tld>:443 | tee <server.tld>_out_cert

openssl x509 -inform PEM -in <server.tld>_out_cert -text -out <server.tld>_out_cert.pem

mv <server.tld>_out_cert.pem /etc/ssl/certs

cd /etc/ssl/certs

c_rehash

vi rtorrent.rc, add config below, and restart rtorrent.

# Self_signed Certs network.http.capath = /etc/ssl/certs/

tech-notes/rtorrent-with-selfsigned-cert.txt · 最后更改: 2024/01/27 11:03 由 Librarian