electrs: simplify SSL setup and update uninstall

This commit is contained in:
openoms
2019-09-18 13:08:09 +01:00
parent 87451a9465
commit dd892e9bf6
2 changed files with 26 additions and 23 deletions

View File

@@ -1,13 +1,15 @@
sudo systemctl stop nginx
sudo systemctl disable nginx
sudo apt remove -y nginx
sudo sytemctl stop certbot
sudo sytemctl disable certbot
sudo rm /etc/systemd/system/certbot.service
sudo rm certbot*
sudo systemctl stop electrs
sudo systemctl disable electrs
#sudo systemctl stop nginx
#sudo systemctl disable nginx
#sudo apt remove -y nginx
#sudo sytemctl stop certbot
#sudo sytemctl disable certbot
#sudo rm /etc/systemd/system/certbot.service
#sudo rm certbot*
#https://doc.rust-lang.org/1.0.0/book/installing-rust.html
#sudo /usr/local/lib/rustlib/uninstall.sh