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/11 10:24] – move debian10 and later to separate page antisawiki:certbot_installation [2026/03/27 11:27] (current) – [CentOS 7] remove duplicate cmd antisa
Line 12: Line 12:
  
 See [[wiki:install_certbot|certbot installation]] 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/certbot_installation.1607682295.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