Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubutnu install certbot

#install certbot
sudo apt update
sudo apt install certbot
sudo apt install python3-certbot-apache # for apache
sudo apt install python3-certbot-nginx # for nginx

# Get certificate
sudo certbot --nginx --domain yourdomain.com # for nginx
sudo certbot --apache --domain yourdomain.com # for apache
Comment

ubuntu install certbot


sudo apt-get update
sudo apt-get install software-properties-common
sudo apt-get install certbot
sudo apt-get install python-certbot-apache
# apache config
sudo certbot --apache
sudo certbot --apache -d your_domain -d www.your_domain
Comment

apt-get install certbot

sudo apt-get update
sudo apt-get install software-properties-common
sudo apt-get install certbot
sudo apt-get install python-certbot-apache
# apache config
sudo certbot --apache
Comment

PREVIOUS NEXT
Code Example
Shell :: upgrade scikit-learn version 
Shell :: linux which process is using a port 
Shell :: ubuntu install okular 
Shell :: shutdown pc in 10 minutes 
Shell :: conda install nodejs 
Shell :: check ubuntu version 
Shell :: pip install from requirements.txt 
Shell :: command not found: lvim 
Shell :: Failed to start A high performance web server and a reverse proxy server. 
Shell :: deactivate base conda 
Shell :: pod file reinstall 
Shell :: npm install redux and react-redux 
Shell :: how to increase nginx maximum file upload size 
Shell :: mac restart mysql server 
Shell :: add homebrew to your path 
Shell :: check ubuntu disk space 
Shell :: mui install 
Shell :: python install mysql connector 
Shell :: set git user name and user email 
Shell :: how to change port apache ubuntu 
Shell :: snap install 
Shell :: clear swap memory linux 
Shell :: git credential cache 
Shell :: chromium for mac 
Shell :: debian install dig 
Shell :: OSError: [Errno 24] inotify instance limit reached 
Shell :: uninstall rvm 
Shell :: login to git bash 
Shell :: how to install pytube 
Shell :: apt-get update 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =