JDBC Driver for Apache Kafka

Build 23.0.8839

SSLServerCertType

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

Possible Values

JKSFILE, PEMKEY_FILE, PEMKEY_BLOB

データ型

string

デフォルト値

"PEMKEY_FILE"

解説

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) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839