{{tag>ssl letsencrypt}} ====== 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 ===== See [[wiki:install_certbot|certbot installation]] ====== See also ====== * [[wiki:letsencrypt_certificate_via_dns_authentication|Letsencrypt certificate via DNS authentication]] * [[wiki:setup_certificate_servers_without_root_access|Setup certificate on servers without root access]] ====== References ====== * https://certbot.eff.org/docs/install.html#certbot-auto