joglomedia / LEMPer

LEMPer Stack is terminal-based LEMP / LNMP ( Linux, Nginx, MariaDB, PostgreSQL, MongoDB, Redis, Memcache, PHP, Secure FTP ) auto installer and virtual host manager for Debian & Ubuntu cloud or virtual server (vps) and on-premise (bare metal).
https://lemper.cloud/
GNU General Public License v3.0
216 stars 58 forks source link

[Installer] Certbot Let's Encrypt is Outdated #90

Closed joglomedia closed 1 year ago

joglomedia commented 3 years ago

Certbot Update

The current install method for Certbot using standard repository gives old version of Certbot. Meanwhile, the official guide to install Certbot latest is by using snap package installer.

We will change the installation from repository to snap following official guide.

Install snap

sudo apt-get update && sudo apt-get install snapd
sudo snap install core

Install certbot

sudo snap install --classic certbot