Skip to content

vinyll/certbot-install

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Certbot installer

Install latest version of certbot.

This makes Certbot is useful since Ubuntu 20.04 Focal. Probably for latest Debian as well and is also valid for Ubuntu 21.04 / 21.10.

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.