User Tools

Site Tools


wiki:certbot_installation

This is an old revision of the document!


Install certbot via manual method

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

Tested on

  • Debian 9
  • Debian 10

Debian 10.6 is not supported via this type of installation. Install it from repository:

apt-get install certbot

See also

References

wiki/certbot_installation.1607337999.txt.gz · Last modified: 2020/12/07 11:46 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