Installing Certbot

From MiRTA PBX documentation
Revision as of 17:05, 13 January 2021 by Admin (talk | contribs) (Created page with "In short, to install Certbot on CentOS 7, run the following commands: yum install snapd ; systemctl enable --now snapd.socket ; ln -s /var/lib/snapd/snap /snap snap inst...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In short, to install Certbot on CentOS 7, run the following commands:

 yum install snapd ; systemctl enable --now snapd.socket ; ln -s /var/lib/snapd/snap /snap
 snap install core; snap refresh core ; snap install --classic certbot ; ln -s /snap/bin/certbot /usr/bin/certbot