User Tools

Site Tools


wiki:certbot_installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
wiki:certbot_installation [2020/12/02 13:32] – created antisawiki:certbot_installation [2020/12/11 11:00] – update tags antisa
Line 1: Line 1:
-{{tag>[ssl letsencrypt]}}+{{tag>ssl letsencrypt}}
  
 ====== Install certbot via manual method ====== ====== Install certbot via manual method ======
 +===== Debian 9 and older =====
  
-  wget https://dl.eff.org/certbot-auto &\ +  wget https://dl.eff.org/certbot-auto &&\ 
-  mv certbot-auto /usr/local/bin/ &\ +  mv certbot-auto /usr/local/bin/ &&\ 
-  chown root:root /usr/local/bin/certbot-auto &\+  chown root:root /usr/local/bin/certbot-auto &&\
   chmod 0755 /usr/local/bin/certbot-auto   chmod 0755 /usr/local/bin/certbot-auto
  
-====== Tested on ====== +===== Debian 10 and later ===== 
-  * Debian 9 + 
-  Debian 10+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 <code>certbot</code> on CLI.
  
 ====== See also ====== ====== See also ======
-[[wiki:letsencrypt_certificate_via_dns_authentication|Letsencrypt certificate via DNS authentication]]+  * [[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 ====== ====== References ======
   * https://certbot.eff.org/docs/install.html#certbot-auto   * https://certbot.eff.org/docs/install.html#certbot-auto
  
wiki/certbot_installation.txt · Last modified: 2020/12/11 11:24 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