Skip to content

Add TLS Hot Reload. Fixes #94 #342

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nathanejohnson
Copy link

This is a very simple implementation. It optionally checks the disk for changes to the key / cert files and attempts to reload them if it detects the modification time or the size has changed.

What does this PR change? What problem does it solve?

TLS hot reload

Describe the changes and their purpose here, as detailed as needed.

It is desirable to automatically start using a new certificate such as when letsencrypt renewals happen.

Was the change previously discussed in an issue or on the forum?

yes, #94

Checklist

  • I have added tests for all code changes.
  • I have added documentation for relevant changes (in the manual).
  • There's a new file in changelog/unreleased/ that describes the changes for our users (see template).
  • I'm done! This pull request is ready for review.

@nathanejohnson nathanejohnson force-pushed the feature/dynamic_tls_reload branch 9 times, most recently from 9d759bc to b8b8d3c Compare April 18, 2025 19:35
This is a very simple implementation.  It optionally polls the disk
for changes to the key / cert files, and attempts to reload them
if it detects the modification time or the size has changed.
@nathanejohnson nathanejohnson force-pushed the feature/dynamic_tls_reload branch from b8b8d3c to 3444ebc Compare April 18, 2025 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant