-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
feat: reloadable server TLS certificate #2953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some nitpicks. Furthermore, I would like to see some additional test coverage and a CHANGELOG.md entry :)
Test coverage and additional documentation is still missing for this |
Added some brief documentation. The additional test provides broader test coverage. |
Signed-off-by: Jan Larwig <[email protected]>
…ated within tests
The CI check is failing because of a race condition. Not sure if this is related to the test suite itself, or if might have a broader impact beyond the tests. I have another branch that uses I'm happy to make that change here. If anyone has a moment, I’d really appreciate any feedback or a second look. |
Description
Allows Server TLS certificates to be reloaded via SIGHUP.
Motivation and Context
Addresses #2482
How Has This Been Tested?
Standard HTTP Suite Test. No Additional tests added.
Checklist: