Files
haproxy-manager-base/scripts/renew-certificates.sh
Josh Knapp ecf891ff02
All checks were successful
HAProxy Manager Build and Push / Build-and-Push (push) Successful in 2m11s
Don't abort cert renewal when a single domain fails
The renewal script was exiting immediately when certbot returned a
non-zero exit code, which happens when ANY cert fails to renew. A
single dead domain (e.g., DNS no longer pointed here) would block
ALL other certificates from being processed and combined for HAProxy.

Now logs the failures but continues to copy/combine successfully
renewed certificates and reload HAProxy.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 15:17:15 -07:00

2.8 KiB