Skip to content

Instantly share code, notes, and snippets.

View dillagr's full-sized avatar
💭
I may be slow to respond.

Great Dilla dillagr

💭
I may be slow to respond.
View GitHub Profile
@dillagr
dillagr / certbot_install_ubuntu20+.md
Created July 27, 2022 09:34 — forked from bmatthewshea/certbot_pip_install-debian_ubuntu.md
Ubuntu 20 - CERTBOT without SNAP/SNAPD

CERTBOT - Install using Python PIP

Install Certbot using Python PIP (Package Installer for Python) without using SNAP, APT or SYSTEMD) (Debian/Ubuntu)

This guide will help you install LetsEncrypt / Certbot and a DNS plugin (certbot-dns-route53) using PIP under Debian/Ubuntu.

  • You should already be somewhat familiar with LetsEncrypt, Certbot and any plugin you might need.

  • This guide uses a DNS provider plugin (AWS Route53), but this is really about the install method - not plugins, or validation methods.