arakasi72 / rtinst

seedbox installation script for Ubuntu and Debian systems
MIT License
1.22k stars 259 forks source link

LetsEncrypt not working; Broken. rtinst only working with self signed #554

Closed xxtensazenxx closed 3 years ago

xxtensazenxx commented 3 years ago

I cannot get letencrypt to work and rtinst will only work with self signed certs, and I cannot find a fix.

matt@TheSwagShackRZ:~$ sudo rtletsencrypt IP: xxx.xxx.xxxx DN: pool-xxx-xx-xx-xx.xxxx.fios.verizon.net Removing apt version of Certbot certbot already installed unable to generate certificates

Edit: after trying to reinstall rtinst I get stuck on

Setting permissions, Starting services

stickz commented 3 years ago

@xxtensazenxx I made a fork of this project to suit my own needs. You may find it useful. https://github.com/stickz/rtinst

To install my fork, you can simply run the following command: sudo bash -c "$(wget --no-check-certificate -qO - https://raw.githubusercontent.com/stickz/rtinst/master/rtsetup)"

Afterwards, this command will setup everything. The recommended operating system is Ubuntu 20.04 LTS. sudo rtinst

I have fixed the problem with the Letsencrypt certificate not installing. And resolved the issue with the Country flags not working. I also upgraded libtorrent & rTorrent with the udns patch, so the seed box will scale nicely with thousands of torrents.

arakasi72 commented 3 years ago

updated with letsencrypt patch