Hello, We need to have the same Kafka cluster bound to multiple DNS aliases/domain names. However, for some poor reason, we can't have a single SSL certificate with subject alt names matching all DNS aliases.
Is it possible to use different SSL certs depending on the hostname used by the client? Is it possible to use SNI (Server Name Indication) for TLS connections? Thanks,