• Yossi Gottlieb's avatar
    TLS: Add different client cert support. (#8076) · 8c291b97
    Yossi Gottlieb authored
    This adds a new `tls-client-cert-file` and `tls-client-key-file`
    configuration directives which make it possible to use different
    certificates for the TLS-server and TLS-client functions of Redis.
    
    This is an optional directive. If it is not specified the `tls-cert-file`
    and `tls-key-file` directives are used for TLS client functions as well.
    
    Also, `utils/gen-test-certs.sh` now creates additional server-only and client-only certs and will skip intensive operations if target files already exist.
    8c291b97
redis.conf 88.4 KB