wiki:instalacion_snapd_certbot
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
- # nuevas instalaciones en RockyLinux a centos
dnf install certbot python3-certbot-nginx
- luego ejecutar
certbot --nginx -d plataforma.trackcomgps.com --non-interactive --agree-tos -m [email protected]
- referncia de esta info dependencia
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
wiki/instalacion_snapd_certbot.txt · Última modificación: 2022/07/18 21:17 por aneyra