NextcloudPi Letsencrypt-Zertifikat erneuern?

Hey,

ich nutze nun seit 3 Monaten erfolgreich meine Nextcloud (Version 17.0.2.1) in Verbindung mit meinem Raspberry Pi 3B. Dabei war mir wichtig, dass ich meine Cloud aus dem Netz erreichen kann, da ich grundsätzlich viel unterwegs bin. Portfreigaben auf der Fritzbox und eine Domain über NoIP habe ich eingerichtet, funktionierte auch soweit einwandfrei. Dabei habe ich mich bei der Einrichtung des Pi´s an das Nextcloud-Dashboard gehalten (schien mir am einfachsten). Allerdings ist jetzt wohl mein LetsEncrypt-Zertifikat abgelaufen, welches ich eben über das Dashboard erstellt hatte.

Wenn ich auf dem Dashboard unter letsencrypt einfach erneut meine Daten eingebe und auf Apply klicke, kommt bei mir folgende Fahlermeldung:

[ letsencrypt ]
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer None
An unexpected error occurred:
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/urllib3/connection.py”, line 159, in _new_conn
(self._dns_host, self.port), self.timeout, **extra_kw)
File “/usr/lib/python3/dist-packages/urllib3/util/connection.py”, line 57, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
File “/usr/lib/python3.7/socket.py”, line 748, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -3] Temporary failure in name resolution

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/urllib3/connectionpool.py”, line 600, in urlopen
chunked=chunked)
File “/usr/lib/python3/dist-packages/urllib3/connectionpool.py”, line 343, in _make_request
self._validate_conn(conn)
File “/usr/lib/python3/dist-packages/urllib3/connectionpool.py”, line 841, in _validate_conn
conn.connect()
File “/usr/lib/python3/dist-packages/urllib3/connection.py”, line 301, in connect
conn = self._new_conn()
File “/usr/lib/python3/dist-packages/urllib3/connection.py”, line 168, in _new_conn
self, “Failed to establish a new connection: %s” % e)
urllib3.exceptions.NewConnectionError: <urllib3.connection.VerifiedHTTPSConnection object at 0x75615b30>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/requests/adapters.py”, line 449, in send
timeout=timeout
File “/usr/lib/python3/dist-packages/urllib3/connectionpool.py”, line 638, in urlopen
_stacktrace=sys.exc_info()[2])
File “/usr/lib/python3/dist-packages/urllib3/util/retry.py”, line 398, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host=‘acme-v02.api.letsencrypt.org’, port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError(’<urllib3.connection.VerifiedHTTPSConnection object at 0x75615b30>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution’))

During handling of the above exception, another exception occurred:

requests.exceptions.ConnectionError: HTTPSConnectionPool(host=‘acme-v02.api.letsencrypt.org’, port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError(’<urllib3.connection.VerifiedHTTPSConnection object at 0x75615b30>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution’))
Please see the logfiles in /var/log/letsencrypt for more details.

Kann mir bite einer sagen, wie ich dieses Zertifikat am besten verlängern/ erneuern kann?

PS: Evtl wäre es wichtig zu wissen, dass ich alle Deteiverzeichnisse auf meine externe HDD Festplatte verschoben habe.

Mit freundlichen Grüßen, Aaron

Vielleicht hilft dir dieser Tipp. Bitte poste wie du versucht hast zu aktualisieren und wenn du den unten stehenden Tipp verfolgst poste nicht nur Ausgaben, sondern auch Eingaben.

Diesen Beitrag hatte ich auch schon befolgt, jedoch ohne Erfolg…
Bei mir kommt nach dem Befehl ./certbot-auto:

-bash: ./certbot-auto: No such file or directory

Kann jemand damit was anfangen?

Bist du im richten Verzeichnis? Versuche andere certbot-Anleitungen zur Kontrolle und Erneuerung von Lets Encrypt - Zertifikaten.