Following the advice obtained here, I am trying to get a LetsEncrypt certificate.
These are the instructions:
Step 1: https://snapcraft.io/docs/installing-snapd
Step 2: https://certbot.eff.org/lets-encrypt/centosrhel7-apache
My problem is this error message:
# snap install --classic certbot
error: system does not fully support snapd: cannot mount squashfs image using "squashfs": mount: /tmp/sanity-squashfs-881328484: failed to setup loop device: No such file or directory
Apparently, RedHat/CentOS are not supporters of snap.
TIA
OS: CentOS 7
Em 12/11/2020 13:44, Raymond Herrera escreveu:
Apparently, RedHat/CentOS are not supporters of snap.
You can always install the certbot RPM package for the CentOS 7, it's on the epel repository.
[root@firewall ~]# cat /etc/redhat-release CentOS Linux release 7.8.2003 (Core)
[root@firewall ~]# yum info certbot [ .... ]Available Packages Name : certbot Arch : noarch Version : 1.9.0 Release : 1.el7 Size : 46 k Repo : epel/x86_64 Summary : A free, automated certificate authority client URL : https://pypi.python.org/pypi/certbot License : ASL 2.0 Description : certbot is a free, automated certificate authority that aims : to lower the barriers to entry for encrypting all HTTP traffic on the internet.
--
Atenciosamente / Sincerily,
Leonardo Rodrigues
Solutti Tecnologia
http://www.solutti.com.br
Minha armadilha de SPAM, NÃO mandem email
gertrudes@solutti.com.br
My SPAMTRAP, do not email it
Raymond,
https://snapcraft.io/docs/installing-snapd https://certbot.eff.org/lets-encrypt/centosrhel7-apache # snap install --classic certbot error: system does not fully support snapd: cannot mount squashfs image using "squashfs": mount: /tmp/sanity-squashfs-881328484: failed to setup loop device: No such file or directory Apparently, RedHat/CentOS are not supporters of snap.
What's the problem?
Certbot is in epel.
install the epel-repository and run a simple yum install certbot. :-)
Apparently, the epel-version is 1.9.0, which seems to be the most recent version anyway.
Michael
participants (3)
-
Leonardo Rodrigues
-
michael Schumacher
-
Raymond Herrera