Enable TLS between Client and DPG
For Kubernetes deployment with Helm
In the
values.yaml
file, underconfiguration
, set the value of tlsenabled to true to configure DPG as a TLS terminator for clients.Add the below lines to the
data
section ofkind:Secret
in thedeployment.yaml
file.Update your DPG deployment using the following command.
For Kubernetes deployment without Helm
In your deployment file, in the
data
section ofConfigMap
, setTLS_ENABLED
totrue
.Add the below lines to the
data
section ofkind:Secret
in thedeployment.yaml
file.Update your DPG deployment using the following command.
For Standalone deployment
Stop the existing container.
In the environment variable, set the
TLS_ENABLED
field totrue
. When you setTLS_ENABLED
totrue
, you must specify the following variables:CERT_VALUE
KEY_VALUE
Restart the container using the following command.