Record - kafka : KeyStore

Record for providing key-store related configurations.

Fields

  • keyStoreType string
  • The file format of the key store file. This is optional for client.

  • location string
  • The location of the key store file. This is optional for client and can be used for two-way authentication for client.

  • password string
  • The store password for the key store file. This is optional for client and only needed if ssl.keystore.location is configured.

  • keyManagerAlgorithm string
  • The algorithm used by key manager factory for SSL connections. Default value is the key manager factory algorithm configured for the Java Virtual Machine.