Commit 4b9e619
Reload TLS certificates on SIGHUP
SIGHUP is the standard way of forcing daemons to reload their
configuration, but memcached only reloads TLS certificates in response
to the `refresh_certs` command, which requires a lot more work to issue.
When implementing automatic certificate updates, it's a lot more
straightforward to follow the standard signal-based approach.1 parent cd5510f commit 4b9e619
2 files changed
+15
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3918 | 3918 | | |
3919 | 3919 | | |
3920 | 3920 | | |
3921 | | - | |
| 3921 | + | |
3922 | 3922 | | |
3923 | 3923 | | |
3924 | 3924 | | |
3925 | 3925 | | |
| 3926 | + | |
| 3927 | + | |
| 3928 | + | |
| 3929 | + | |
| 3930 | + | |
| 3931 | + | |
| 3932 | + | |
| 3933 | + | |
| 3934 | + | |
| 3935 | + | |
| 3936 | + | |
| 3937 | + | |
3926 | 3938 | | |
3927 | 3939 | | |
3928 | 3940 | | |
| |||
0 commit comments