From d3f38362b1bf15fa8b10faf5e1547aa9d04a3c0d 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 892f4c71a..38622f227 100755 --- a/src/main/docker/include/entrypoint.bash +++ b/src/main/docker/include/entrypoint.bash @@ -56,7 +56,7 @@ function importTrustStores() { -trustcacerts \ -keystore "${SSL_TRUSTSTORE:-$CONF_DIR/truststore.p12}" \ -file "$cert"\ - -storepass "$SSL_TRUSTSTORE_PASS" + -storepass "$SSL_TRUSTSTORE_PASS" || true done FLAGS+=(