Commit Graph

2 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] 2f1891ce56 Fix resource leaks and race conditions in TLS cert reloader
Co-authored-by: rchincha <45800463+rchincha@users.noreply.github.com>
2026-02-01 10:28:16 +00:00
Ramkumar Chinchani b94f3bafee feat(tls): automatically reload tls certs
Fixes issue #3747

Currently, zot requires a restart whenever tls certs change, which can
occur whenever there are tls cert rotation etc.

This PR checks if the tls certs have be modified and if so reloads them
without restarting zot.

Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
2026-02-01 00:27:24 -08:00