TDV Adapter for Apache Kafka

Build 22.0.8462

SSLServerCertType

The format of the SSL server certificate used to verify the Apache Kafka broker.

Possible Values

USER, JKSFILE, PEMKEY_FILE, PEMKEY_BLOB

Data Type

string

Default Value

"PEMKEY_FILE"

Remarks

This property is used to determine what format the SSLServerCert property expects. This property can take one of the following values:

JKSFILEThe certificate store is the name of a Java key store (JKS) file the server certificate. In this mode SSLServerCert controls the ssl.truststore.location option, and ssl.truststore.type is set to JKS.
PEMKEY_FILEThe certificate store is the name of a PEM-encoded file that contains a the server certificate. In this mode SSLServerCert controls the ssl.truststore.location option, and ssl.truststore.type is set to PEM.
PEMKEY_BLOBThe certificate store is a string that contains the server certificate. In this mode SSLServerCert controls the ssl.truststore.certificates option.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462