SSLServerCertType
The format of the SSL server certificate used to verify the Apache Kafka broker.
Possible Values
USER, PEMKEY_FILE, PEMKEY_BLOBData Type
string
Default Value
"PEMKEY_FILE"
Remarks
This property is used to determine what format the SSLServerCert property expects. This property can take one of the following values:
USER | Windows-only. The certificate store is the name of a Windows certificate store, like MY or Trust. In this mode, SSLServerCert controls the ssl.ca.certificate.stores option. |
PEMKEY_FILE | The certificate store is the name of a PEM-encoded file that contains a the server certificate. In this mode, SSLServerCert controls the ssl.ca.location option. |
PEMKEY_BLOB | The certificate store is a string that contains the server certificate. In this mode, SSLServerCert controls the ssl.ca.pem option. |