User Tools

Site Tools


wiki:certbot_installation

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:certbot_installation [2020/12/07 10:46] – add link to see also antisawiki:certbot_installation [2026/03/27 11:27] (current) – [CentOS 7] remove duplicate cmd 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 &&\
Line 8: Line 9:
   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 this type of installation. Install it from repository: +See [[wiki:install_certbot|certbot installation]] 
-  apt-get install certbot+ 
 +===== CentOS 7 ===== 
 + 
 +<code> 
 +yum install snapd 
 +systemctl enable --now snapd.socket 
 +ln -s /var/lib/snapd/snap /snap 
 +snap install certbot --classic 
 +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 
 +</code>
  
 ====== See also ====== ====== See also ======
wiki/certbot_installation.1607337999.txt.gz · Last modified: 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