I have upgraded from OMV 3.x to 4.x, and Let's Encrypt used to work, but now it doesn't.
I have tried everything 5 times: Forwarding ports, reinstalling plugin, updating everything incl. OMV-Extras, running apt clean, checking DNS-settings, asking nicely, yelling at my monitor. Nothing helps. I just get this message every time:
Code
Command: export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C; /usr/bin/certbot certonly --non-interactive --rsa-key-size 2048 --text --keep-until-expiring --agree-tos --allow-subset-of-names --cert-name MYDOMAIN.COM-cert --email MY@MAIL.COM --webroot -w /var/www/openmediavault -d MYDOMAIN.COM 2>&1
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer None
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for MYDOMAIN.COM
Using the webroot path /var/www/openmediavault for all unmatched domains.
Waiting for verification...
Challenge failed for domain MYDOMAIN.COM
Cleaning up challenges
Challenges failed for all domains
Done...
Display More
I'm not good at using Linux, I have SSH-access but mainly use OMV WebUI.
Any suggestions? Thank you