Hello, I'm looking for some instructions about setting SSL in Kafka with certificate chains. There is instruction about settings for broker certificate issued by a self-signed root CA, however I didn't find information related to certificate chain.
If the chain is like this: root ca -> intermediate ca -> kafka broker certificate/key, how to setup the keystore and truststore to include intermediate ca's certificate? Should it be put into keystore or truststore in what format? Thanks! Fang