Document the ssl_password config option (#780)
PR #750 added the code for passing along a password, but not any documentation on it
This commit is contained in:
committed by
Dana Powers
parent
bdb0559b38
commit
64d3607b87
@@ -145,6 +145,8 @@ class KafkaConsumer(six.Iterator):
|
||||
establish the certificate's authenticity. default: none.
|
||||
ssl_keyfile (str): optional filename containing the client private key.
|
||||
default: none.
|
||||
ssl_password (str): optional password to be used when loading the
|
||||
certificate chain. default: None.
|
||||
ssl_crlfile (str): optional filename containing the CRL to check for
|
||||
certificate expiration. By default, no CRL check is done. When
|
||||
providing a file, only the leaf certificate will be checked against
|
||||
|
||||
Reference in New Issue
Block a user