chore: Support auto-SSL when running behind a forward proxy
This commit is contained in:
parent
abb5d7eea3
commit
8ea3884632
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user