====== 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 * https://certbot.eff.org/lets-encrypt/snap-nginx.html Referencia de como instalar SNAPD en centos 8 * https://linuxhint.com/install-enable-snap-centos-8/