client-certificate-label
The label of the certificate used to mutually authenticate to the Redis server.
Syntax
client-certificate-label = <label>
Description
The label associated with the client key which is used to perform mutual authentication with the Redis server. This key must exist in the key file which is used to secure the Redis communication (i.e., it is defined by the ssl-keyfile configuration entry within this stanza).
Options
<label>- The label of the personal certificate to be used for mutual authentication.
Usage
This stanza entry is optional.
Default value
None
Example
client-certificate-label = my-cert