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 :: check network interface linux 
Shell :: kill a port windows 
Shell :: onedrive ubuntu 20.04 
Shell :: linux move straight to home dir 
Shell :: install laravel globally ubuntu 
Shell :: ubuntu install arial font 
Shell :: git get remote branches 
Shell :: docker image get extract dockerfile 
Shell :: failed to open stream: Permission denied in path on mac 
Shell :: How to create or add a user on linux 
Shell :: git diff meld 
Shell :: install deb file in ubuntu 
Shell :: ecto migration 
Shell :: conda install packages from requirements.txt 
Shell :: disable aslr 
Shell :: httpd service centos 7 and centos 8 
Shell :: checking service status in linux 
Shell :: Creating a New Repo on the command line 
Shell :: git revert merge 
Shell :: terraform fmt 
Shell :: repair drive windows 
Shell :: find command 
Shell :: install docker compose in linux 
Shell :: httpd ssl docker 
Shell :: send giphy on slack 
Shell :: print last terminal commands 
Shell :: git remember credentials ubuntu 
Shell :: gitbash shortcut to clear the terminal 
Shell :: gnutls_handshake() failed: An unexpected TLS packet was received. 
Shell :: nvm use globally 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =