Hello Community,
after I got a great and helpful answer I have another little problem while generating an new certificate on my server.
Server: Debian, Virtualmin, Apache2
The following command…
cd /root/letsencrypt/ && ./letsencrypt-auto certonly --email postmaster@bonebase.eu --agree-tos --webroot --renew-by-default -w /home/bonebase/public_html/ -d www.bonebase.eu -d bonebase.eu -d mail.bonebase.eu --authenticator webroot && cp /etc/letsencrypt/live/www.bonebase.eu/cert.pem /home/bonebase/ssl_certificates/cert.pem && cp -f /etc/letsencrypt/live/www.bonebase.eu/chain.pem /home/bonebase/ssl_certificates/chain.pem && cp -f /etc/letsencrypt/live/www.bonebase.eu/fullchain.pem /home/bonebase/ssl_certificates/fullchain.pem && cp -f /etc/letsencrypt/live/www.bonebase.eu/privkey.pem /home/bonebase/ssl_certificates/privkey.pem
…throws the following output…
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer None
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for www.bonebase.eu
http-01 challenge for bonebase.eu
http-01 challenge for mail.bonebase.eu
Using the webroot path /home/bonebase/public_html for all unmatched domains.
Waiting for verification…
Cleaning up challenges
Failed authorization procedure. mail.bonebase.eu (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://mail.bonebase.eu/.well-known/acme-challenge/Xe_nMMfSEuw9VY9JN74UxLJerUXqoxvCJvhuKzaOKdY: "
IMPORTANT NOTES:
-
The following errors were reported by the server:
Domain: mail.bonebase.eu
<meta name="viewport" content="width=device-width, initia"
Type: unauthorized
Detail: Invalid response from
http://mail.bonebase.eu/.well-known/acme-challenge/Xe_nMMfSEuw9VY9JN74UxLJerUXqoxvCJvhuKzaOKdY:
"Domain: bonebase.eu
<meta name="viewport" content="width=device-width, initia"
Type: unauthorized
Detail: Invalid response from
http://bonebase.eu/.well-known/acme-challenge/ZRymT80gapy9UtVtXPMxQ2qzyst75JTZkvqElT_nzmw:
"Domain: www.bonebase.eu
<meta name="viewport" content="width=device-width, initia"
Type: unauthorized
Detail: Invalid response from
http://www.bonebase.eu/.well-known/acme-challenge/xREMoqY-iEwmJYRC1y2yNHJ2wFbVSQJwc0d8LXdz7V4:
"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.