Certbot

Install Certbot on Ubuntu with snap

apt-get install snapd -y
snap install core;snap refresh core
snap install --classic certbot
ln -s /snap/bin/certbot /usr/bin/certbot
snap set certbot trust-plugin-with-root=ok