“Ubuntu install certbot apache” 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

Ubuntu install certbot apache

sudo apt install certbot python3-certbot-apache
Torsten

Respuestas similares a “Ubuntu install certbot apache”

Preguntas similares a “Ubuntu install certbot apache”

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

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código