RPM Deployments
Provides steps to configure internal termination in a RPM deployment.
Configure the following properties in
cdsw.conf
(on all Cloudera
Data Science Workbench hosts).
-
TLS_ENABLE
- When set totrue
, this property enforces HTTPS and WSS connections. The server will now redirect any HTTP request to HTTPS and generate URLs with the appropriate protocol. -
TLS_KEY
- Set to the path of the TLS private key. -
TLS_CERT
- Set to the path of the TLS certificate.Certificates and keys must be in PEM format.
You can configure these properties either as part of the installation process or
after the fact. If you make any changes to
cdsw.conf
after
installation is complete, make sure to restart the master and worker hosts as needed.