mirror of
https://github.com/project-zot/zot.git
synced 2026-06-18 05:28:07 +08:00
7ead92b82f
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>