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 Name | Description |
| MY | Personal certificates, including private keys. |
| CA | Intermediate and certifying authority certificates. |
| ROOT | Trusted root certificates. |
| SPC | Software 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.