Skip to content
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

Update cert without restarting server #523

Open
RCW679 opened this issue Sep 30, 2024 · 1 comment
Open

Update cert without restarting server #523

RCW679 opened this issue Sep 30, 2024 · 1 comment

Comments

@RCW679
Copy link

RCW679 commented Sep 30, 2024

Currently, in libunftp, you can't update the TLS cert without either restarting the server or patching libunftp. This issue tracks the progress of automatically updating the TLS cert.

@RCW679
Copy link
Author

RCW679 commented Sep 30, 2024

The first step is to merge #522. After it is merged, you can make a rustls ConfigBuilder with a custom ResolvesServerCert and supply the ServerConfig to ftps_manual. This makes it possible to update the certificate without disruptions.

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

No branches or pull requests

1 participant