INSTALAR SNAP Y CERTBOT EN CENTOS 8


certbot --nginx
certbot renew --dry-run
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
dnf install certbot python3-certbot-nginx
certbot --nginx -d plataforma.trackcomgps.com --non-interactive --agree-tos -m [email protected]

https://tecadmin.net/how-to-install-certbot-on-centos-8/

Referencia de como instalar CERTBOT con SNAPD

Referencia de como instalar SNAPD en centos 8