wiki:certbot_installation
This is an old revision of the document!
Table of Contents
Install certbot via manual method
Debian 9 and older
wget https://dl.eff.org/certbot-auto &&\ mv certbot-auto /usr/local/bin/ &&\ chown root:root /usr/local/bin/certbot-auto &&\ chmod 0755 /usr/local/bin/certbot-auto
Debian 10 and later
Debian 10.6 is not supported via above type of installation. Install it from repository:
apt-get install certbot
If you are running apache you also need a plugin for it:
apt install python-certbot-apache
You should now be able to just run
certbot
on CLI.
See also
References
wiki/certbot_installation.1607680839.txt.gz · Last modified: 2020/12/11 10:00 by antisa