diff --git a/bitnami/redis-cluster/README.md b/bitnami/redis-cluster/README.md index 291b7efe23a3..1c8a9af76010 100644 --- a/bitnami/redis-cluster/README.md +++ b/bitnami/redis-cluster/README.md @@ -160,7 +160,7 @@ The following env vars are supported for this container: | `REDIS_CLUSTER_DYNAMIC_IPS` | Set to `no` if your Redis(TM) cluster will be created with statical IPs. Default: `yes` | | `REDIS_TLS_ENABLED` | Whether to enable TLS for traffic or not. Defaults to `no`. | | `REDIS_TLS_PORT` | Port used for TLS secure traffic. Defaults to `6379`. | -| `REDIS_TLS_CERT_FILE` | File containing the certificate file for the TSL traffic. No defaults. | +| `REDIS_TLS_CERT_FILE` | File containing the certificate file for the TLS traffic. No defaults. | | `REDIS_TLS_KEY_FILE` | File containing the key for certificate. No defaults. | | `REDIS_TLS_CA_FILE` | File containing the CA of the certificate. No defaults. | | `REDIS_TLS_DH_PARAMS_FILE` | File containing DH params (in order to support DH based ciphers). No defaults. |