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 :: visual studio code fedora 
Shell :: install autopep8 
Shell :: linux find newest file 
Shell :: macos install yarn 
Shell :: Unrecognized command "eject" 
Shell :: pygame not installing in ubuntu 20.04 
Shell :: ubuntu slack install 
Shell :: install ssh ubuntu 20.04 
Shell :: git origin 
Shell :: colab unzip tar.gz 
Shell :: docker compose network not found 
Shell :: install firewall-cmd centos 7 
Shell :: factorial of a number bash 
Shell :: apache2 does not start xampp mac 
Shell :: moment js ionic 
Shell :: how to install redis on manjaro 
Shell :: upgrade tensorflow version 
Shell :: if argument exists bash 
Shell :: how to configure bluetooth on ubuntu command line 
Shell :: embed a youtube video in github readme 
Shell :: fatal: You are not currently on a branch. To push the history leading to the current (detached HEAD) state now, use git push origin HEAD:<name-of-remote-branch 
Shell :: heroku cli deploy 
Shell :: pip install tinymce 
Shell :: packages required to install psycopg2 
Shell :: remove pyqt5 with conda 
Shell :: how to start xampp in ubuntu 
Shell :: convert pem to ppk ubuntu 
Shell :: install teamviewer linux mint 
Shell :: how to see wifi password in command prompt 
Shell :: Command `npm install --save --save-exact react-native` failed 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =