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 :: bootstrap npm 
Shell :: magento bin install 
Shell :: if argument exists bash 
Shell :: ubuntu turn off monitor 
Shell :: install npm mac 
Shell :: heroku cli add remote 
Shell :: create tar gz file from directory 
Shell :: indicator stickynotes 
Shell :: install yum terminal 
Shell :: install next globally 
Shell :: pip install django-heroku error 
Shell :: run laravel git project 
Shell :: There are no commands defined in the "ide-helper" 
Shell :: remove dotnet sdk ubuntu 
Shell :: install libinput ubuntu 
Shell :: E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? 
Shell :: ubuntu virtualbox 1920x1080 
Shell :: List User Accounts Mac 
Shell :: oh my zsh autocomplete 
Shell :: installed libc-bin package post-installation script subprocess returned error exit status 134 
Shell :: gitignore ios project 
Shell :: snap install microsoft teams 
Shell :: install xmake 
Shell :: libqt5x11extras5 install ubuntu 
Shell :: how to Install nodejs on a chromebook 
Shell :: purge apache 2 
Shell :: react native expo install 
Shell :: pytorch install using conda 
Shell :: powershell check if string contains a word 
Shell :: create remote git repository 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =