mirror of
https://github.com/versity/versitygw.git
synced 2026-02-02 16:32:03 +00:00
* Add utils.CertStorage for holding cert data that can be updated at runtime. * Add utils.NewTLSListener() to have a central place to control e.g. TLS MinVersion across different servers. * Add WithTLS() to webserver code so it looks more like the other servers. Fixes #1299