letsencrypt

automatically configure HTTPS using Let's Encrypt

Install

All systems
curl cmd.cat/letsencrypt.sh
Debian Debian
apt-get install certbot
Ubuntu
apt-get install letsencrypt
Alpine
apk add certbot
Arch Arch Linux
pacman -S certbot
image/svg+xml Kali Linux
apt-get install certbot
Fedora
dnf install certbot
Windows (WSL2)
sudo apt-get update sudo apt-get install letsencrypt
OS X
brew install certbot
Raspbian
apt-get install certbot
Docker
docker run cmd.cat/letsencrypt letsencrypt powered by Commando

certbot

automatically configure HTTPS using Let's Encrypt

The objective of Certbot, Let's Encrypt, and the ACME (Automated Certificate Management Environment) protocol is to make it possible to set up an HTTPS server and have it automatically obtain a browser-trusted certificate, without any human intervention. This is accomplished by running a certificate management agent on the web server. This agent is used to: - Automatically prove to the Let's Encrypt CA that you control the website - Obtain a browser-trusted certificate and set it up on your web server - Keep track of when your certificate is going to expire, and renew it - Help you revoke the certificate if that ever becomes necessary. This package contains the main application, including the standalone and the manual authenticators.

letsencrypt

transitional dummy package

This is a transitional dummy package for the rename of letsencrypt to certbot. It can safely be removed.