SSLServerCertPassword
Specifies the password used to decrypt the server certificate provided in SSLServerCert .
Data Type
string
Default Value
""
Remarks
Leave this property blank if the server certificate or truststore is not password protected.
This password is required when the server certificate is stored in a protected truststore format such as JKS or PFX. In these cases, the Apache Kafka client must supply a password to load the trusted CA certificates used to verify the broker's identity.
This property corresponds to the ssl.truststore.password setting used by the Apache Kafka client libraries. It is only applied when the value of SSLServerCert refers to a certificate store type that requires password-based access.