Hi,
ich habe vor knapp 3 Monaten mein erstes lets encrypt Zertifikat erstellt, um den collabora office server mit einem Zertifikat zu versehen. Ich benutze nextcloud auf debian 9 mit apache2 und certbot. auf noip habe ich eine dyndns und eine subdomain für collabora. In apache2 gibt es einen virtual host der auf port 80 horcht und mit rewrite an ssl weiterleitet und einen virtual host auf port 443 der anfragen mittels reverse proxy zu meinem docker container auf port 9980 umleitet.
Bis jetzt klappt alles wunderbar, aber es ist an der Zeit, das Zertifikat zu erneuern. Leider wirft der Befehl
Hat jemand ne Idee, was zu tun ist?
ich habe vor knapp 3 Monaten mein erstes lets encrypt Zertifikat erstellt, um den collabora office server mit einem Zertifikat zu versehen. Ich benutze nextcloud auf debian 9 mit apache2 und certbot. auf noip habe ich eine dyndns und eine subdomain für collabora. In apache2 gibt es einen virtual host der auf port 80 horcht und mit rewrite an ssl weiterleitet und einen virtual host auf port 443 der anfragen mittels reverse proxy zu meinem docker container auf port 9980 umleitet.
Bis jetzt klappt alles wunderbar, aber es ist an der Zeit, das Zertifikat zu erneuern. Leider wirft der Befehl
certbot renew
folgenden Fehler aus:
Code:
-------------------------------------------------------------------------------
Processing /etc/letsencrypt/renewal/office.myDomain.org.conf
-------------------------------------------------------------------------------
Cert is due for renewal, auto-renewing...
Plugins selected: Authenticator webroot, Installer apache
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for office.myDomain.org
Waiting for verification...
Cleaning up challenges
Attempting to renew cert (office.myDomain.org) from /etc/letsencrypt/renewal/office.myDomain.org.conf produced an unexpected error: Failed authorization procedure. office.myDomain.org (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://office.myDomain.org/.well-known/acme-challenge/'HIER_MEINE_CHALLENGE': "<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p". Skipping.
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/office.myDomain.org/fullchain.pem (failure)
-------------------------------------------------------------------------------
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/office.myDomain.org/fullchain.pem (failure)
-------------------------------------------------------------------------------
1 renew failure(s), 0 parse failure(s)
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: office.myDomain.org
Type: unauthorized
Detail: Invalid response from
http://office.myDomain.org/.well-known/acme-challenge/'HIER_MEINE_CHALLENGE':
"<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p"
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address.
Hat jemand ne Idee, was zu tun ist?