My domain is: mrcrie94.de
I ran this command: sudo certbot --apache
It produced this output:
root@pi:/# sudo certbot --apache
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator apache, Installer apache
Which names would you like to activate HTTPS for?
1: mrcrie94.de
Select the appropriate numbers separated by commas and/or spaces, or leave input
blank to select all options shown (Enter 'c' to cancel): 1
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for mrcrie94.de
Waiting for verification...
Cleaning up challenges
Failed authorization procedure. mrcrie94.de (http-01): urn:ietf:params:acme:erro r:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://mrcrie94.de/.well-known/acme-challenge/-5m-7j_-FF7Qe0SLe6fwOdU_PgQ6G uaiRpHMCRLBkKg [2a01:aee0:0:4::11]: "\n<html xmlns:og="http://og p.me/ns#">\n<head profile="Index of /documents/dcq-html">\n mrcrie94"
IMPORTANT NOTES:
-
The following errors were reported by the server:
Domain: mrcrie94.de
mrcrie94"
Type: unauthorized
Detail: Invalid response from
http://mrcrie94.de/.well-known/acme-challenge/-5m-7j_-FF7Qe0SLe6fwOdU_PgQ6Gua iRpHMCRLBkKg
[2a01:aee0:0:4::11]: "\n<html
xmlns:og="http://ogp.me/ns#">\n<head
profile="Index of /documents/dcq-html">\nTo 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.
My web server is Apache2
The operating system my web server runs on is (include version):
Debian Stretch with Arbian Linux 5.1.12 on an Banana PI m2 Berry
Certbot version 0.28.0
apachectl -S shows following:
root@pi:/var/www/html# apachectl -S
VirtualHost configuration:
*:80 mrcrie94.de (/etc/apache2/sites-enabled/000-default.conf:1)
ServerRoot: "/etc/apache2"
Main DocumentRoot: "/var/www/html"
Main ErrorLog: "/var/log/apache2/error.log"
Mutex ssl-stapling: using_defaults
Mutex ssl-cache: using_defaults
Mutex default: dir="/var/run/apache2/" mechanism=default
Mutex mpm-accept: using_defaults
Mutex watchdog-callback: using_defaults
Mutex rewrite-map: using_defaults
Mutex ssl-stapling-refresh: using_defaults
PidFile: "/var/run/apache2/apache2.pid"
Define: DUMP_VHOSTS
Define: DUMP_RUN_CFG
User: name="www-data" id=33
Group: name="www-data" id=33
I tried and tried and now im blocked from Letsencypt for some time .___.
FYI: It's an private Webserver, which will be used for a WoL-php-script and a table of content of my servers for my friends (which shows the accessadress for certain games). The Website will only be accessable if logged in my Firewall, but for the ssl config i use portforwarding until its created, after that, the webserver won't be accessable from outside. But the Certificate will be used on several Hardware to delete the "untrusty website" popup...
Hope somebody can help me...
BR