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() {