You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: