File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1234,15 +1234,15 @@ def tls_set(
12341234 is mandatory.
12351235 :param str certfile: PEM encoded client certificate filename. Used with
12361236 keyfile for client TLS based authentication. Support for this feature is
1237- broker dependent. Note that if the files in encrypted and needs a password to
1237+ broker dependent. Note that if the file is encrypted and needs a password to
12381238 decrypt it, then this can be passed using the keyfile_password argument - you
12391239 should take precautions to ensure that your password is
12401240 not hard coded into your program by loading the password from a file
12411241 for example. If you do not provide keyfile_password, the password will
12421242 be requested to be typed in at a terminal window.
12431243 :param str keyfile: PEM encoded client private keys filename. Used with
12441244 certfile for client TLS based authentication. Support for this feature is
1245- broker dependent. Note that if the files in encrypted and needs a password to
1245+ broker dependent. Note that if the file is encrypted and needs a password to
12461246 decrypt it, then this can be passed using the keyfile_password argument - you
12471247 should take precautions to ensure that your password is
12481248 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