Skip to content

Useful Bash scripts for linux server management.

Notifications You must be signed in to change notification settings

jithvan/Bash-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Bash Scripts

The following sections will detail requirements for the usage of the scripts in this repository.

SSL Reverse Proxy

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

About

Useful Bash scripts for linux server management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages