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
Alternative (without warnings like "no crontab for user") Mi, 10/22/2025 - 12:17
Alternative (without warnings like "no crontab for dovecot") to see all tasks:
for user in $(cut -f1 -d: /etc/passwd); do printf "\n\n\n$user\n"; crontab -u $user -l 2>/dev/null; doneNeuen Kommentar schreiben