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:00] – update tags antisawiki:certbot_installation [2026/03/27 11:27] (current) – [CentOS 7] remove duplicate cmd antisa
Line 11: Line 11:
 ===== Debian 10 and later ===== ===== Debian 10 and later =====
  
-Debian 10.6 is not supported via above type of installation. Install it from repository: +See [[wiki:install_certbot|certbot installation]]
-  apt-get install certbot+
  
-If you are running apache you also need a plugin for it:+===== CentOS 7 =====
  
-  apt install python-certbot-apache +<code> 
- +yum install snapd 
-You should now be able to just run <code>certbot</code> on CLI.+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.1607680839.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