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/02 12:34] – add ampersand 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+See [[wiki:install_certbot|certbot installation]] 
 + 
 +===== 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: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.1606912450.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