joglomedia / LEMPer

LEMPer Stack is terminal-based LEMP / LNMP ( Linux, Nginx, MariaDB, PostgreSQL, MongoDB, Redis, Memcache, PHP, Secure FTP ) installer and virtual host manager for Debian & Ubuntu cloud or virtual server (vps) and on-premise (bare metal).

Home Page:https://lemper.cloud/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Installer] Certbot Let's Encrypt is Outdated

joglomedia opened this issue · comments

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