Entrust PKI as a Service

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:

  1. Install Python3.
  2. Run the python -m pip install certbot command.