Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

  • Instrucciones alternas a los pasos 4 y 8 de la parte 3 de la guía, exclusivamente para Debian 9

¡NO EJECUTE ESTO EN UBUNTU!


DescriptionCommand
4

Instala curl y agrega el repositorio nodejs (usado anteriormente en la guía para instalar el npm) 

regresa a la parte 3, Paso 5 << Presiona Aquí


sudo apt-get install curl -y
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
8

Agrega el repositorio stretch-backports, acutaliza el paquete cache e instala certbot directamente del stretch-backports 

regresa a la parte 3, Paso 9 << Presiona Aquí

echo "deb http://ftp.debian.org/debian stretch-backports main" | sudo tee -a /etc/apt/sources.list.d/stretch-backport.list
sudo apt-get update -y
sudo apt-get -t stretch-backports install certbot -y

Parte 3b - Debian 9 (pasos alternativos)



© 2019 Horizen. All rights reserved.


  • No labels