Record -
kafka
: KeyStore
Configurations related to the KeyStore.
Fields
- keyStoreType string
-
The file format of the KeyStore file. This is optional for the client
- location string
-
The location of the KeyStore file. This is optional for the client and can be used for two-way authentication for the client
- password string
-
The store password for the KeyStore file. This is optional for the client and is only needed if the
ssl.keystore.location
is configured
- keyManagerAlgorithm string
-
The algorithm used by the key manager factory for SSL connections. The default value is the key manager factory algorithm configured for the JVM