Bootstrap FreeKB - Certbot - Install Certbot using PIP
Certbot - Install Certbot using PIP

Updated:   |  Certbot articles

The pip install command can be used to install Certbot.

pip install certbot

 

Or, a specific version of Certbot can be installed.

pip install certbot==2.6.0

 

Or, better yet, use a requirements.txt file.

certbot==2.6.0

 

And then install the packages using the requirements.txt file.

pip install --requirement requirements.txt

 

The pip list should then include certbot.

~]$ pip list
Package            Version
------------------ ---------
certbot              2.6.0

 

The certbot --version command can be used to verify that the certbot command is working.

~]$ certbot --version
certbot 2.6.0

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter 4820b0 in the box below so that we can be sure you are a human.