chore: Remove CA bundle env variable for certbot (#30879)

We don't use certbot anymore, so this isn't needed anymore.
This commit is contained in:
Shrikant Sharat Kandula 2024-02-07 11:41:39 +05:30 committed by GitHub
parent e68cf54360
commit 443d7eeb70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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