Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

nginx certbot ubuntu

// Ubuntu 20.04
sudo apt install certbot python3-certbot-nginx

// Ubuntu 18.04
sudo add-apt-repository ppa:certbot/certbot
sudo apt install python-certbot-nginx

// Configure ufw
sudo ufw allow 'Nginx Full'
sudo ufw delete allow 'Nginx HTTP'
sudo ufw delete allow 'Nginx HTTPS'

sudo certbot --nginx -d example.com
Comment

ubuntu certbot nginx

sudo add-apt-repository ppa:certbot/certbot
sudo apt install python-certbot-nginx
sudo certbot --nginx -d example.com -d www.example.com
Comment

PREVIOUS NEXT
Code Example
Shell :: check logged in user git shell 
Shell :: how to add changes to the previous commit in git 
Shell :: delete all local branches git 
Shell :: install cmake ubuntu 
Shell :: remove git from folder 
Shell :: error pip install psycopg2-binary ld: library not found for -lssl 
Shell :: python install mysql connector 
Shell :: composer install drush 
Shell :: how to change a user email for a project in git 
Shell :: change git default editor to vscode 
Shell :: how to change port apache ubuntu 
Shell :: how to brew install mongodb 
Shell :: errors were encountered while processing: mysql-server-5.7 mysql-server e: sub-process /usr/bin/dpkg returned an error code (1) 
Shell :: The file will have its original line endings in your working directory 
Shell :: public ip linux 
Shell :: check installed packages apt-get 
Shell :: remove mongodb completely ubuntu 
Shell :: flutter avdmanager is missing from the android sdk 
Shell :: gzip folder with tar 
Shell :: update chrome in kali linux through terminal 
Shell :: apt cache clear 
Shell :: ubuntu root login ssh 
Shell :: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/tmp/.s.PGSQL.5432"? 
Shell :: install sshpass mac 
Shell :: diretcory size linux 
Shell :: permission denied .sh 
Shell :: firebase 8.10.0 install 
Shell :: uninstall vue from my system 
Shell :: start mongodb 
Shell :: git origin 
ADD CONTENT
Topic
Content
Source link
Name
3+6 =