v0.10.0
Added
- ✨ First-time certificate setup now confirms the registration broker is healthy (HTTP 204 from
/v1/health) before starting ACME issuance. While the broker keeps failing the check, the client logs a single ERROR and re-checks hourly instead of running doomed ACME flows that certmagic would retry with backoff for weeks; issuance starts automatically once the broker recovers. Nodes with a certificate already in storage are unaffected. The re-check interval respects aRetry-Afterheader sent by the broker when it is longer than the hourly default, capped at 24h. The probe is exposed asclient.CheckBrokerHealthtogether with theclient.HealthCheckPathconstant; see ipfs/kubo#11397 for an example of wiring this in a downstream node. (#91)
Full Changelog: v0.9.0...v0.10.0
