bolcom / libunftp

Extensible, async, cloud orientated FTP(S) server library and the core of unFTP: https://github.com/bolcom/unFTP. Follow up and talk to us on https://t.me/unftp
Apache License 2.0
182 stars 33 forks source link

add ftps_manual to ServerBuilder #522

Open RCW679 opened 3 weeks ago

RCW679 commented 3 weeks ago

This change looks small but is actually big. Currently, to update the TLS certificate, you would need to restart the server. With this change, you can make your own rustls ConfigBuilder with a ResolvesServerCert. With this, you can update the certificate automatically on renewal without restarting the server.