JDBC Driver for Apache Kafka

Build 25.0.9539

RegistryClientCert

The TLS/SSL client certificate store for SSL Client Authentication (2-way SSL) with the schema registry.

Data Type

string

Default Value

""

Remarks

Set this property to the certificate store that contains the client certificate and its associated private key. The type of the store is determined by RegistryClientCertType, and password-protected stores require a value in RegistryClientCertPassword.

If both RegistryClientCert and RegistryClientCertSubject are set, the driver searches the certificate store for a certificate whose subject matches the value of RegistryClientCertSubject.

Designations of certificate stores depend on the platform. On Windows, the following logical store names are commonly used:

Store NameDescription
MYPersonal certificates, including private keys.
CAIntermediate and certifying authority certificates.
ROOTTrusted root certificates.
SPCSoftware publisher certificates.

On Java platforms, the certificate store is typically a file containing certificates and optional private keys.

When the certificate store type is PFXFile, set this property to the path to the PFX file. When the type is PFXBlob, set this property to the binary contents of the PFX (PKCS#12) file.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539