From 9ce8583129c976366cc1389ef2b9a11b3255d357 Mon Sep 17 00:00:00 2001 From: Lenin Alevski Date: Mon, 20 Dec 2021 12:39:34 -0600 Subject: [PATCH] Fix for custom TLS certificates docs Signed-off-by: Lenin Alevski --- docs/examples.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/examples.md b/docs/examples.md index 81904fd838a..7b3a15c43c2 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -70,7 +70,7 @@ This example will deploy a MinIO tenant with TLS using certificates provided by ### Prerequisites - You can generate certificates using `Vault CA`, `Openssl` or `Mkcert`, for this example we will use https://github.com/FiloSottile/mkcert -- Assuming your Tenant name will be `minio` you should generate the following certificate keypairs: +- Assuming your Tenant name is `storage` and your namespace is `minio-tenant` you should generate the following certificate keypairs: ```sh mkcert "*.minio-tenant.svc.cluster.local" @@ -106,6 +106,7 @@ You can deploy a preconfigured example by running the following command: ```$xslt kustomize build examples/kustomization/base | kubectl apply -f - ``` +You can include all the certificates that you want in your Tenant and `MinIO` will serve them to its client via [SNI](https://en.wikipedia.org/wiki/Server_Name_Indication) ## MinIO Tenant with TLS via customer provided certificates and Encryption enabled via Vault KMS