acme-tiny-sign
letsencrypt tiny Python client
Install
- All systems
-
curl cmd.cat/acme-tiny-sign.sh
- Debian
-
apt-get install acme-tiny
- Ubuntu
-
apt-get install acme-tiny
- Arch Linux
-
pacman -S acme-tiny
- Kali Linux
-
apt-get install acme-tiny
- Fedora
-
dnf install acme-tiny
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install acme-tiny
- Raspbian
-
apt-get install acme-tiny
- Dockerfile
- dockerfile.run/acme-tiny-sign
acme-tiny
letsencrypt tiny Python client
acme-tiny is a tiny script to issue and renew TLS certs from Let's Encrypt This is a tiny, auditable script that you can throw on your server to issue and renew Let's Encrypt certificates. Since it has to be run on your server and have access to your private Let's Encrypt account key, the script is kept as tiny as possible (currently less than 200 lines). The only prerequisites are Python and openssl.