From 755456e555e78da34f392822e25c8b804cbc501f Mon Sep 17 00:00:00 2001 From: Yann Defretin Date: Fri, 21 Apr 2023 16:05:54 +0200 Subject: [PATCH] Improve TLS Support documentation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a105333..c38a423 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,10 @@ S3Proxy can modify its behavior based on middlewares: * [read-only](https://github.com/gaul/s3proxy/wiki/Middleware-read-only) * [sharded backend containers](https://github.com/gaul/s3proxy/wiki/Middleware-sharded-backend) +## TLS Support + +S3Proxy can listen on HTTPS by setting the `secure-endpoint` and [configuring a keystore](http://wiki.eclipse.org/Jetty/Howto/Configure_SSL#Generating_Keys_and_Certificates_with_JDK_keytool). You can read more about how configure S3Proxy for TLS Support in [the dedicated wiki page](https://github.com/gaul/s3proxy/wiki/SSL-support) with Docker, Kubernetes or simply Java. + ## Limitations S3Proxy has broad compatibility with the S3 API, however, it does not support: