Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR 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
 
PREVIOUS NEXT
Tagged: #free #ssl #certificate #nginx
ADD COMMENT
Topic
Name
1+7 =