User Tools

Site Tools


wiki:certbot_installation

This is an old revision of the document!


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 11:00 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki