Aligned usage of TLS

Signed-off-by: Daniel Lasse Ellekær Hammer <daniel.hammer+githubcom@gmail.com>
This commit is contained in:
Daniel Lasse Ellekær Hammer
2022-05-01 21:59:38 +02:00
committed by Bitnami Containers
parent 049c0ceb9b
commit 20f6f13a26

View File

@@ -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. |