“Ubuntu Instale o certbot apache” Respostas de código

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 Instale o certbot apache

sudo apt install certbot python3-certbot-apache
Torsten

Respostas semelhantes a “Ubuntu Instale o certbot apache”

Perguntas semelhantes a “Ubuntu Instale o certbot apache”

Mais respostas relacionadas para “Ubuntu Instale o certbot apache” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código