叁·分

不求甚解

用户工具

站点工具


tech-notes:rtorrent-with-selfsigned-cert

rTorrent with selfsigned SSL certs

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 · 最后更改: 2022/10/23 10:12 由 Librarian

除额外注明的地方外,本维基上的内容按下列许可协议发布: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki