En cas de problème avec le renouvellement de certificat Let's Encrypt avec le panel de gestion ISPConfig :

Vérifier le cron

Vérifiez dans /etc/cron.d s'il y a un cron certbot contenant :

# /etc/cron.d/certbot: crontab entries for the certbot package
#
# Upstream recommends attempting renewal twice a day
#
# Eventually, this will be an opportunity to validate certificates
# haven't been revoked, etc. Renewal will only occur if expiration
# is within 30 days.
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

0 */12 * * * root test -x /usr/bin/certbot -a \! -d /run/systemd/system && perl -e 'sleep int(rand(3600))' && certbot -q renew

si oui supprimez ce fichier.

Références : https://www.howtoforge.com/community/threads/solved-letsencrypt-auto-renewal.79334/

Vérifier les DNS

Vérifier la configuration IPv6 du serveur DNS

dig -t AAAA votredomaire.tls

Références : https://www.howtoforge.com/community/threads/solved-lets-encrypt-renew-problem.77927/