Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR 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
 
PREVIOUS NEXT
Tagged: #ubutnu #install #certbot
ADD COMMENT
Topic
Name
2+2 =