Reload TLS config on SIGHUP

This commit is contained in:
Lambda 2024-09-26 16:29:03 -07:00 committed by Charles Hall
parent 39880cc6ac
commit 94d523ebcb
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
4 changed files with 78 additions and 15 deletions

View file

@ -251,3 +251,6 @@ This will be the first release of Grapevine since it was forked from Conduit
20. Include the [`traceresponse` header](https://w3c.github.io/trace-context/#traceresponse-header)
if OpenTelemetry Tracing is in use.
([!112](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/112))
21. Sending SIGHUP to the grapevine process now reloads TLS certificates from
disk.
([!97](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/97))