https://github.com/vinyll/certbot-install
Install the latest Certbot in a breeze. Great for Ubuntu Focal 20.04, and other Linux/Mac.
https://github.com/vinyll/certbot-install
autoinstaller certbot debian focal letsencrypt linux macos macosx ppa ubuntu ubuntu20
Last synced: 27 days ago
JSON representation
Install the latest Certbot in a breeze. Great for Ubuntu Focal 20.04, and other Linux/Mac.
- Host: GitHub
- URL: https://github.com/vinyll/certbot-install
- Owner: vinyll
- Created: 2020-05-01T16:08:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-09T15:19:15.000Z (4 months ago)
- Last Synced: 2025-03-29T08:04:56.365Z (about 1 month ago)
- Topics: autoinstaller, certbot, debian, focal, letsencrypt, linux, macos, macosx, ppa, ubuntu, ubuntu20
- Language: Shell
- Homepage: https://github.com/vinyll/certbot-install
- Size: 13.7 KB
- Stars: 107
- Watchers: 4
- Forks: 32
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Certbot installer
Install latest version of [certbot](https://github.com/certbot/certbot).
This makes Certbot is useful with the latest Ubuntu.
Probably for latest Debian as well and is also valid for older Ubuntu 21.04 / 21.10.## How to Install
Run the following command with a sudoer:
```bash
curl -o- https://raw.githubusercontent.com/vinyll/certbot-install/master/install.sh | bash
```## How to Uninstall
```bash
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 some Ubuntu releases](https://github.com/certbot/certbot/issues/7951), this install will prevent and solve.
```
AttributeError: module 'acme.challenges' has no attribute 'TLSSNI01'
```This is also interesting if you need to work with the latest release of certbot at all.