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 :: how to search the memory for the address of bin/sh 
Shell :: uninstall utorrent buntu 
Shell :: uninstall people app windows 10 
Shell :: change wallpaper command line linux 
Shell :: delete command in linux 
Shell :: regolith linux 
Shell :: ssh permission denied publickey 
Shell :: read from .env file bash 
Shell :: force delete a hidden folder in linux 
Shell :: gradle git bash terminal weird characters 
Shell :: cd to root directory windows 
Shell :: powershell array 
Shell :: bash array forloop 
Shell :: kube log 
Shell :: git commit message editor vscode 
Shell :: command for Installing the Python Requests Library using Pipenv 
Shell :: aws cli 
Shell :: while bash one line 
Shell :: bash how to log in to remote server 
Shell :: multiple ssh key 
Shell :: how to ignore folder in gitignore duplicate 
Shell :: bash script cd into script dir 
Shell :: git add ignored file 
Shell :: check all ruby version ubuntu 
Shell :: clean remote branch vscode 
Shell :: delete git branch 
Shell :: linux create user with homedir 
Shell :: get my ip address linux 
Shell :: -u flag in git command 
Shell :: linux command to open a file 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =