Certs with the "Let's Encrypt – route53" provider are not renewing or being created (shows 'Internal Error' when attempting). Based on the logs, the Route53 plugin seems broken: [app ] [6/10/2026] [11:20:48 AM] [SSL ] › ℹ info Renewing SSL certs expiring within 30 days ... [app ] [6/10/2026] [11:20:48 AM] [SSL ] › ℹ info Renewing LetsEncrypt certificates via Route 53 (Amazon) for Cert #41: [omitted] [app ] [6/10/2026] [11:20:48 AM] [SSL ] › ℹ info Command: certbot-dns-route53 renew --force-renewal --config /etc/letsencrypt.ini --work-dir /tmp/letsencrypt-lib --logs-dir /data/logs --cert-name npm-41 --preferred-challenges dns --disable-hook-validation --no-random-sleep-on-renew [app ] [6/10/2026] [11:20:49 AM] [SSL ] › ✖ error The 'certbot_dns_route53._internal.dns_route53' plugin errored while loading: No module named 'botocore.docs'. You may need to remove or update this plugin. The Certbot log will contain the full error details and this should be reported to the plugin developer. Route53 certs with the "Let's Encrypt" provider seem to still be renewing ok. Updating the dependencies with: /opt/certbot/certbot/bin/python3 -m pip install --upgrade --force-reinstall \ > 'certbot-dns-route53==5.3.1' boto3 botocore Seems to work for a manual renewal but is only a temporary workaround until the container gets updated.