This page was last edited on February 9, 2020, at 10:03.
Comments or questions about this documentation? Contact us for support!
Occasionally, in some deployments an optional functionality is required for applications, scripts, services and so on. Genesys recommends the following optional functionality for a familiar deployment issue:
In a Kubernetes deployment encryption is disabled by default.
Enable PGP encryption in a Kubernetes deployment
# CXC Contact encryption configuration.
CXC_PGP_ENABLED: false
# Host path(absolute) to the PGP Public Key
CXC_PGP_PUBLIC_KEY_PATH: ""
# Host path(absolute) to the PGP Private Key
CXC_PGP_PRIVATE_KEY_PATH: ""
# Passphrase for PGP Private Key
CXC_PGP_PASSPHRASE: ""
CXC_PGP_USER_ID: "customercare@genesys.com"