The dask-worker and dask-scheduler support the following three parameters:
--tls-ca-file
--tls-cert
--tls-key
which allows the user to use the Certificates and Private Keys. However, the tls-key cann't be encrypted, if the tls-key file is an encrypted private key, then the passwd should be input when the dask is runing, since dask-worker and dask-scheduler will be invoked many times , it is not possible to input the passwd.
So , dask-woker and dask-sheduler should support another parameter, -tls-passwd, which is the passwd of the -tls-key, in this way , the private key can be encrypted by user, and the passwd can also be encrypted by user.
The
dask-workeranddask-schedulersupport the following three parameters:which allows the user to use the Certificates and Private Keys. However, the
tls-keycann't be encrypted, if thetls-keyfile is an encrypted private key, then the passwd should be input when the dask is runing, sincedask-workeranddask-schedulerwill be invoked many times , it is not possible to input the passwd.So ,
dask-wokeranddask-shedulershould support another parameter,-tls-passwd, which is the passwd of the-tls-key, in this way , the private key can be encrypted by user, and the passwd can also be encrypted by user.