- Server operating system version
- Ubuntu 24.04
- Plesk version and microupdate number
- 18.0.65 Update #1
Good morning,
I'm trying to install a Lets Encrypt! certificate via certbot, since the DNS auth takes too long to publish on my provider.
The command I'm using is:
I always get the same error message:
Upon investigation, I found the access in the log:
I noticed, that the request is redirected to /var/www/vhosts/default/htdocs, instead of the path I enter (/var/www/vhosts/domainremoved.tld/httpdocs). Why does this happen? Or do I use the certbot the wrong way?
Thanks.
I'm trying to install a Lets Encrypt! certificate via certbot, since the DNS auth takes too long to publish on my provider.
The command I'm using is:
certbot certonly --webroot -w /var/www/vhosts -d domainremoved.tld -v
I always get the same error message:
Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems:
Domain: domainremoved.tld
Type: unauthorized
Detail: xxx.xxx.xxx.xxx: Invalid response from http://domainremoved.tld/.well-known/acme-challenge/-n7annhikpwy3YFa5Q0peNipPFgL1erUrFm58wD1sL0: 404
Upon investigation, I found the access in the log:
I noticed, that the request is redirected to /var/www/vhosts/default/htdocs, instead of the path I enter (/var/www/vhosts/domainremoved.tld/httpdocs). Why does this happen? Or do I use the certbot the wrong way?
Thanks.