Hello,
I've a container on Debian Buster 10 for reverse proxy with Nginx, Certbot and Letsencrypt.
Everything worked fine until about a month after the certificate expired.
I wanted to renew it as usual via :
But I've this error :
So I follow instructions and try to install Snapd with :
When I try to install core by :
But I've this result :
I don't know how to resolve it and have my https certificate again.
I've a container on Debian Buster 10 for reverse proxy with Nginx, Certbot and Letsencrypt.
Everything worked fine until about a month after the certificate expired.
I wanted to renew it as usual via :
Code:
/opt/letsencrypt/letsencrypt-auto --force-renew
Code:
Skipping bootstrap because certbot-auto is deprecated on this system.
Your system is not supported by certbot-auto anymore.
Certbot cannot be installed.
Please visit https://certbot.eff.org/ to check for other alternatives.
So I follow instructions and try to install Snapd with :
Code:
su root
apt update
apt install snapd
Code:
snap install core
Code:
error: system does not fully support snapd: cannot mount squashfs image using
"squashfs": mount: /tmp/sanity-mountpoint-162433065: mount failed:
Opération non permise.
I don't know how to resolve it and have my https certificate again.
Last edited: