Skip to content

Commit

Permalink
Fix for custom TLS certificates docs (#934)
Browse files Browse the repository at this point in the history
Signed-off-by: Lenin Alevski <[email protected]>
  • Loading branch information
Alevsk authored Dec 20, 2021
1 parent 89e430f commit 6057992
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 6057992

Please sign in to comment.