TLS Configuration
Last updated
Was this helpful?
Last updated
Was this helpful?
To enable TLS support for the service, perform the following steps:
Set ENABLE_TLS
to true
Specify cert
, trust
, and key
either through a volume mount (recommended) or the following environment variables.
In the event that both a volume mount and environment variables are provided, the volume mounted files will take precedence over the environment variables.
Variable
Mount Location
Default Value
Description
Type
ENABLE_TLS
-
false
true
to enable TLS support
bool
SERVER_TRUST
/gm-jwt-security/certs/server.trust.pem
""
base64 encoded server trust store
base64
SERVER_CERT
/gm-jwt-security/certs/server.cert.pem
""
base64 encoded server certificate
base64
SERVER_KEY
/gm-jwt-security/certs/server.key.pem
""
base64 encoded server key
base64
Need help?
Create an account at to reach our team.