“Ubutnu install certbot” Código de respuesta

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
Depressed Dragonfly

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
Bahriddin Mo'minov

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
Depressed Dragonfly

Respuestas similares a “Ubutnu install certbot”

Preguntas similares a “Ubutnu install certbot”

Más respuestas relacionadas con “Ubutnu install certbot” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código