AuthTypeBasicRequirevalid-userAuthUserFile/home/mysite/html/.htpasswdAuthName"Please Log In With Your Username/Password!"Orderallow,denyAllowfrom11.22.33.44/24Satisfyany
How to Renew Let’s Encrypt SSL Certificate on Plesk via Ubuntu Shell
Let’s Encrypt will only accept a wildcard via DNS challenge.
If your Plesk instance can’t create the _acme-challenge.example.com TXT (external DNS), the extension can’t complete validation and will show no success.
Comments
Für Apache 2.4 + Plesk Do, 05/14/2026 - 12:49
Für Apache 2.4 + Plesk 18:
Config File: var/www/vhosts/system/test.example.com/conf/httpd.conf
<Directory "/var/www/vhosts/test.example.com/httpdocs/web"> AuthType Basic AuthName "MyMainWebDir" AuthUserFile "/var/www/vhosts/system/test.example.com/pd/d..httpdocs" Require ip 123.123.456.789 require valid-user </Directory>Neuen Kommentar schreiben