| Option | TLS_DEFAULT_SERVER_ALIAS | |
| Description | The alias of the private key in the keystore to use when LogScale cannot determine a suitable private key using SNI. If not specified, an arbitrary private key is used. | |
This is used when LogScale is configured with TLS/SSL
enabled to identify which certificate in the keystore should be
used for TLS/SSL connections. For example, if your keystore
contains multiple certificates with different aliases like
"logscale-prod", "logscale-dev", etc., setting
TLS_DEFAULT_SERVER_ALIAS to "logscale-prod" would
tell LogScale to use that specific certificate for
server identification.