TLS Configuration

To enable TLS support for the service, perform the following steps:

  1. Set ENABLE_TLS to true

  2. Specify cert, trust, and key either through a volume mount (recommended) or the following environment variables.

Enable TLS Configuration

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

Questions

Last updated

Was this helpful?