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
CentOS 7
yum install snapd systemctl enable --now snapd.socket ln -s /var/lib/snapd/snap /snap snap install certbot --classic snap install certbot-dns-dnsmadeeasy snap set certbot trust-plugin-with-root=ok snap install certbot-dns-dnsmadeeasy pip uninstall certbot ln -s /snap/bin/certbot /usr/local/bin/certbot
See also
References
wiki/certbot_installation.1774608081.txt.gz · Last modified: by antisa
