wiki:instalacion_s_c
INSTALAR SNAP Y CERTBOT EN CENTOS 8
- Probar el certbot con nginx
- certbot –nginx
- testeamos el programa instalado
- certbot renew –dry-run
- verificamos que el TIMER de CERTBOT este en la siguiente vista al ejecutar el comando:
- systemctl list-timers
## – INSTALACION SNAPD CENTOS 8
- dnf install epel-release
- dnf upgrade
- dnf install snapd
- systemctl enable snapd.socket –now
- ln -s /var/lib/snapd/snap /snap
## – INSTALL CERTBOT WITH SNAPD
- snap install –classic certbot
- ln -s /snap/bin/certbot /usr/bin/certbot
Referencia de como instalar CERTBOT con SNAPD
Referencia de como instalar SNAPD en centos 8
wiki/instalacion_s_c.txt · Última modificación: 2021/10/01 19:59 por aneyra