chore: Support auto-SSL when running behind a forward proxy

This commit is contained in:
Shrikant Sharat Kandula 2023-10-07 14:21:00 +05:30 committed by GitHub
parent abb5d7eea3
commit 8ea3884632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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