From 6a9d762414602676ca7c56e0260aa967651da11e Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Thu, 23 May 2024 15:38:46 -0400 Subject: [PATCH] fix(entrypoint): continue startup if TLS cert import fails --- src/main/docker/include/entrypoint.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/docker/include/entrypoint.bash b/src/main/docker/include/entrypoint.bash index 4c7dcb5da..a3ed8b91e 100755 --- a/src/main/docker/include/entrypoint.bash +++ b/src/main/docker/include/entrypoint.bash @@ -31,7 +31,7 @@ function importTrustStores() { -trustcacerts \ -keystore "${SSL_TRUSTSTORE:-$CONF_DIR/truststore.p12}" \ -file "$cert"\ - -storepass "$SSL_TRUSTSTORE_PASS" + -storepass "$SSL_TRUSTSTORE_PASS" || true done FLAGS+=(