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:
Samuel Taylor
2016-07-26 10:08:29 -05:00
committed by Dana Powers
parent bdb0559b38
commit 64d3607b87

View File

@@ -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