Horje
ubutnu install certbot Code Example
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
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




Shell

Related
sqlmap enumerate tables in databases Code Example sqlmap enumerate tables in databases Code Example
change folder owner recursively linux Code Example change folder owner recursively linux Code Example
find old command terminal Code Example find old command terminal Code Example
batch substring Code Example batch substring Code Example
github how to clone private repo Code Example github how to clone private repo Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9