All Projects → vinyll → Certbot Install

vinyll / Certbot Install

Install the latest Certbot in a breeze. Great for Ubuntu Focal 20.04, and other Linux/Mac.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Certbot Install

Ansipress
AnsiPress - Simple L(Linux) E(NGINX) M(MariaDB) P(PHP7) Shared Hosting Setup
Stars: ✭ 184 (+268%)
Mutual labels:  ubuntu, debian, letsencrypt
dist-detect
Try to determine what Linux/Unix distribution is running on a remote host and get a hint if security updates are applied.
Stars: ✭ 14 (-72%)
Mutual labels:  debian, ubuntu, macosx
ansible-role-containerized-wordpress
Deploy & run Docker Compose project for WordPress instance with Let's Encrypt HTTPS encryption
Stars: ✭ 15 (-70%)
Mutual labels:  letsencrypt, debian, ubuntu
Adoptopenjdk Deb Installer
Creates Ubuntu/Debian installer packages for AdoptOpenJDK builds using their API
Stars: ✭ 39 (-22%)
Mutual labels:  ubuntu, debian
Ikev2 Setup
Set up Ubuntu Server 20.04 (or 18.04) as an IKEv2 VPN server
Stars: ✭ 872 (+1644%)
Mutual labels:  ubuntu, letsencrypt
Ufw Docker
To fix the Docker and UFW security flaw without disabling iptables
Stars: ✭ 878 (+1656%)
Mutual labels:  ubuntu, debian
Certbot Letencrypt Wildcardcertificates Alydns Au
certbot'renewing letencrypt certificate plugin - automatic verification aliyun/tencentyun/godaddy dns
Stars: ✭ 839 (+1578%)
Mutual labels:  letsencrypt, certbot
Spotify Linux Installer
Install latest Spotify on Linux
Stars: ✭ 28 (-44%)
Mutual labels:  ubuntu, debian
Ansible Keepalived
Ansible role to set up keepalived in Debian-like systems
Stars: ✭ 21 (-58%)
Mutual labels:  ubuntu, debian
Rtinst
seedbox installation script for Ubuntu and Debian systems
Stars: ✭ 1,029 (+1958%)
Mutual labels:  ubuntu, debian
Ansible Supervisor
Ansible role to set up (the latest or a specific version of) supervisor in Debian-like systems
Stars: ✭ 32 (-36%)
Mutual labels:  ubuntu, debian
Crouton
Chromium OS Universal Chroot Environment
Stars: ✭ 7,941 (+15782%)
Mutual labels:  ubuntu, debian
Ansible Role Docker
Ansible Role - Docker
Stars: ✭ 845 (+1590%)
Mutual labels:  ubuntu, debian
Debootstick
Generate a bootable live image from any Debian/Ubuntu filesystem tree.
Stars: ✭ 48 (-4%)
Mutual labels:  ubuntu, debian
Sysadmintools
Acorn's Server, Workstation, & VM Cluster Automation & Documentation
Stars: ✭ 7 (-86%)
Mutual labels:  ubuntu, debian
Certbot
Certbot is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server. It can also act as a client for any other CA that uses the ACME protocol.
Stars: ✭ 28,541 (+56982%)
Mutual labels:  letsencrypt, certbot
Debbuild
Build deb packages from rpm specifications
Stars: ✭ 32 (-36%)
Mutual labels:  ubuntu, debian
Docker Nginx Letsencrypt Upstream
infrastructure: docker-compose config for node and redis behind upstream nginx ( SSL/HTTPS ) on debian jessie
Stars: ✭ 47 (-6%)
Mutual labels:  letsencrypt, certbot
Hostapd
Script for compiling, patching and packing hostapd from sources
Stars: ✭ 36 (-28%)
Mutual labels:  ubuntu, debian
Swizzin
A simple, modular seedbox solution
Stars: ✭ 888 (+1676%)
Mutual labels:  ubuntu, debian

Certbot installer

Install latest version of certbot.

This makes Certbot work on Ubuntu 20.04 Focal. Probably for latest Debian as well.

How to Install

Run the following command with a sudoer:

curl -o- https://raw.githubusercontent.com/vinyll/certbot-install/master/install.sh | bash

How to Uninstall

curl -o- https://raw.githubusercontent.com/vinyll/certbot-install/master/uninstall.sh | bash

Why this instead of the official install?

You may prefer the regular installation of certbot from official PPA.

However, if you experiment the following error with Ubuntu Focal 20.04, this install should solve.

AttributeError: module 'acme.challenges' has no attribute 'TLSSNI01'

This is also interesting if you need to work with the latest release of certbot.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].