http: reload tls config on SIGUSR1

This commit is contained in:
Joakim Frostegård 2023-10-24 18:44:49 +02:00
parent 6a23ef9103
commit 99647a323a
7 changed files with 37 additions and 8 deletions

View file

@ -14,12 +14,18 @@
* Add support for reporting peer client information
### aquatic_http
#### Added
* Reload TLS certificate (and key) on SIGUSR1
### aquatic_ws
#### Added
* Add support for reporting peer client information
* Reload TLS certificate and key on SIGUSR1
* Reload TLS certificate (and key) on SIGUSR1
#### Changed