csmith / centauri

TLS-terminating reverse proxy in Go
MIT License
1 stars 1 forks source link

Make initial cert renewal errors non-fatal #22

Closed csmith closed 1 year ago

csmith commented 2 years ago

At the minute if a cert can't be renewed then centauri exits, expecting human interaction (or at least an auto-restart so it can try again).

Given we renew certs 30 days in advance, we can afford for them fail once or twice before causing a panic.

csmith commented 1 year ago

Failing to obtain a cert is now non-fatal as of fd9468d50df5dfe93b0aaa2511deb0d0b7f9c684.