Installing Certbot
See below for installing Cerbot.
Installing Certbot on Linux
To install Certbot in a Linux distribution, you have the following options.
| Distribution | Command |
|---|---|
| Most modern Linux distributions | sudo snap install --classic certbot |
| Debian-based systems like Ubuntu | sudo apt update && sudo apt install certbot |
Installing Certbot on Windows
To install Certbot on a Windows platform, we recommend to:
- Install Python3.
- Run the
python -m pip install certbotcommand.