File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1229,15 +1229,15 @@ def tls_set(
12291229 is mandatory.
12301230 :param str certfile: PEM encoded client certificate filename. Used with
12311231 keyfile for client TLS based authentication. Support for this feature is
1232- broker dependent. Note that if the files in encrypted and needs a password to
1232+ broker dependent. Note that if the file is encrypted and needs a password to
12331233 decrypt it, then this can be passed using the keyfile_password argument - you
12341234 should take precautions to ensure that your password is
12351235 not hard coded into your program by loading the password from a file
12361236 for example. If you do not provide keyfile_password, the password will
12371237 be requested to be typed in at a terminal window.
12381238 :param str keyfile: PEM encoded client private keys filename. Used with
12391239 certfile for client TLS based authentication. Support for this feature is
1240- broker dependent. Note that if the files in encrypted and needs a password to
1240+ broker dependent. Note that if the file is encrypted and needs a password to
12411241 decrypt it, then this can be passed using the keyfile_password argument - you
12421242 should take precautions to ensure that your password is
12431243 not hard coded into your program by loading the password from a file
You can’t perform that action at this time.
0 commit comments