The following table identifies the trust-manager-provider and key-manager-provider properties of the Kafka cluster external server configuration object, as well as the Kafka configuration properties to which they map.
Configuration Object Type | Configuration Property | Kafka Configuration Property |
---|---|---|
File-based Trust Manager Provider | trust-store-file | ssl.truststore.location |
File-based Trust Manager Provider | trust-store-pin, trust-store-pin-property, trust-store-pin-environment-variable, or trust-store-pin-file | ssl.truststore.password |
File-based Key Manager Provider | key-store-file | ssl.keystore.location |
File-based Key Manager Provider | key-store-pin, key-store-pin-property, key-store-pin-environment-variable, or key-store-pin-file | ssl.keystore.password |
File-based Key Manager Provider | private-key-pin, private-key-pin-property, private-key-pin-environment-variable, or private-key-pin-file | ssl.key.password |