Hi Kafka Experts,
Even I am looking for comprehensive document on TLS and MTLs with all tyeps
of certs.
my organisation gives me signed certs in p12 format with a root cert and
.key and .cer file.
With my limited knowledge of ssl security, when I look at apache kafka ssl
document I clueless about where to configure what?
Appreciate if someone share documents with little elaboration in above
sense for both TLS and mTLS
this is how my org signed certs look like.
For every Kafka Broker and controller node.
hostname.p12
hostname.cer
hostname.key
myOrgRoot.crt
myOrgRoot-Ent.crt
Regards,
Sunil.
On Fri, 6 Mar 2026 at 4:38 AM, Renko Alexander P via users <
users@kafka.apache.org > wrote:
> Good Day,
> Errors trying to start KAFKA 4.1 server with SSL using PEM files. Was
> successful starting it without SSL. Under LINUX with Java 17.
>
> After reading several older posts about PEM files and Kafka nothing is
> still working. I'm eith...