In the past I used the certbot-auto command to renew certificates. This script is not supported since some time, but I still could run it in the past to get new certificates. Today the certificates expired and the (installed) certbot-auto does not work anymore.
Following the LE recommendations I successfully installed snapd. Executing "snap install core" resulted in the error message:
error: system does not fully support snapd: cannot mount squashfs image using "squashfs": mount:
/tmp/sanity-mountpoint-998542305: unknown filesystem type 'squashfs'.
Commands like "modprobe squashfs" did not help.
As a consequence I do not have LetsEncrypt certificates anymore and my website is no longer functional (the previous certificates expired).
My website is hosted on a Raspberry 4B(Debian 11.2) over which I have full administrative control (Linux).
My domain is:
himbaerchen.de (it has been registered with strato.de)
I ran this command:
Furthermore I downloaded certbot from GitHub and ran "certbot --apache -d himbaerchen.de".
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator apache, Installer apache
An unexpected error occurred:
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewC
onnectionError('<urllib3.connection.HTTPSConnection object at 0xb3312f70>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')
Please see the logfiles in /var/log/letsencrypt for more details.)
However, the log files do NOT show additional information.
My web server is (include version):
Apache 2.4
The operating system my web server runs on is (include version):
Debian 11.2
My hosting provider, if applicable, is:
strato.de (only registrar)
I can login to a root shell on my machine (yes or no, or I don't know):
yes, I can
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
via ssh
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot):
certbot --version
certbot 1.12.0
Could somebody provide a sophisticated answer, please?
I would like to have a solution with which the certificates are automatically renewed.
IMPORTANT: My website is based on DynDNS (each time my router is booted it receives another external IPv4 address, but "himbaerchen.de" ALWAYS points to the actual IPv4 address).