Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

free ssl certificate for nginx

# add repository
sudo apt-add-repository -r ppa:certbot/certbot

# update system
sudo apt update

# install certbot
sudo apt install certbot python3-certbot-nginx

# generate and create SSL for server 
certbot --nginx -d example.com -d www.example.com
Comment

PREVIOUS NEXT
Code Example
Shell :: linux time now command 
Shell :: read input from stdin bash script 
Shell :: upload transfer.sh 
Shell :: how can I check memory usage in linux? 
Shell :: install ghost 
Shell :: github pdftron 
Shell :: how to boot from grub rescue 
Shell :: how to create a shortcut in ubuntu 
Shell :: ssh config only key 
Shell :: npm warn 
Shell :: how to save ssh keygen How to add ssh keys to a specific user in linux? 
Shell :: how to download files using cmd 
Shell :: create a branch from old commit 
Shell :: git create branch without initial commit 
Shell :: docker run image 
Shell :: react native cannot load 
Shell :: docker gpio 
Shell :: scp from server to my computer 
Shell :: how to get the filename without extension 
Shell :: delete merge branch git 
Shell :: cool welcome message linux 
Shell :: powershell regex 
Shell :: git merge another branch to current branch 
Shell :: docker desktop for fedora 
Shell :: git modify last commit but leave the commit message 
Shell :: background ubuntu 
Shell :: To add repo from github in linux 
Shell :: lighthouse 
Shell :: shell themes for ubuntu 
Shell :: which command is used to create a new git repository 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =