Skip to content

Commit dd021c3

Browse files
authored
KNOX-3299: adding inline documentation for usage of env. var: TRUSTSTORE_IMPORTS (#1201)
1 parent 16fc47b commit dd021c3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

gateway-docker/src/main/resources/docker/gateway-entrypoint.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
# - DATABASE_CONNECTION_PASSWORD - (optional) gateway database password
3131
# - DATABASE_CONNECTION_TRUSTSTORE_PASSWORD - (optional) gateway database ssl truststore password
3232
# - CUSTOM_CERT - (optional) the location of a file containing the custom certs
33+
# - TRUSTSTORE_IMPORTS - (optional) - a string containing one or more of the following: {aliasIdForImport:PEMEncodedTrustCertificateFileLocation} separated by space(s).
34+
# Example:
35+
# TRUSTSTORE_IMPORTS="myRootCA:/mountedpath/enterprise_root_cert.pem myBizPartnerCA:/mountedpath/mybiz_partner_cert.pem"
36+
# Description:
37+
# This will import the specified certificates into the truststore JKS with the provided alias name(s) during the container startup process.
3338

3439

3540
set -e

0 commit comments

Comments
 (0)