From 443d7eeb705da0817b900774690a67c454ec4523 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Kandula Date: Wed, 7 Feb 2024 11:41:39 +0530 Subject: [PATCH] chore: Remove CA bundle env variable for certbot (#30879) We don't use certbot anymore, so this isn't needed anymore. --- deploy/docker/fs/opt/appsmith/entrypoint.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/deploy/docker/fs/opt/appsmith/entrypoint.sh b/deploy/docker/fs/opt/appsmith/entrypoint.sh index 0c83f22fd6..541416edd3 100644 --- a/deploy/docker/fs/opt/appsmith/entrypoint.sh +++ b/deploy/docker/fs/opt/appsmith/entrypoint.sh @@ -327,9 +327,6 @@ setup-custom-ca-certificates() ( echo "-Djavax.net.ssl.trustStore=$store" echo "-Djavax.net.ssl.trustStorePassword=changeit" } > "$opts_file" - - # Get certbot to use the combined trusted CA certs file. - export REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt ) configure_supervisord() {