The following sections will detail requirements for the usage of the scripts in this repository.
Install NGINX
sudo apt update
sudo apt-get -y install nginx
Add Certbot PPA
sudo apt-get install software-properties-common
sudo add-apt-repository universe
sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update
Install Certbot
sudo apt-get -y install certbot python3-certbot-nginx
Download and run proxy script
wget https://raw.githubusercontent.com/jithvan/Bash-Scripts/master/reverse_proxy.sh && bash reverse_proxy.sh
Reload NGINX
sudo service nginx reload