diff --git a/deploy/docker/fs/opt/appsmith/entrypoint.sh b/deploy/docker/fs/opt/appsmith/entrypoint.sh index 0e104b0319..7eee9ea9dd 100644 --- a/deploy/docker/fs/opt/appsmith/entrypoint.sh +++ b/deploy/docker/fs/opt/appsmith/entrypoint.sh @@ -314,6 +314,9 @@ 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() {