mirror of
https://github.com/certbot/certbot.git
synced 2026-01-21 19:01:07 +03:00
1.4 KiB
1.4 KiB
Using the Let's Encrypt client
Prerequisites
The demo code is supported and known to work on Ubuntu and
Debian. Therefore, prerequisites for other platforms listed
below are provided mainly for the developers <hacking> reference.
In general:
Ubuntu
./bootstrap/ubuntu.sh
Debian
./bootstrap/debian.sh
For squezze you will need to:
- Run
apt-get install -y --no-install-recommends sudoas root (sudois not installed by default) before running the bootstrap script. - Use
virtualenv --no-site-packages -p pythoninstead of-p python2. - Use text mode
sudo ./venv/bin/letsencrypt --text(#280)
Mac OSX
./bootstrap/mac.sh
Installation
virtualenv --no-site-packages -p python2 venv
./venv/bin/python setup.py install
sudo ./venv/bin/letsencrypt
Usage
The letsencrypt commandline tool has a builtin help:
./venv/bin/letsencrypt --help