Extension installer needs to listen to the APPSIGNAL_CA_FILE_PATH env var #762
Open
Description
The AppSignal Elixir integration needs to listen to the APPSIGNAL_CA_FILE_PATH
env var in the extension installer.
To download the archive, some additional options may be set.
- SSL. Every integration includes a CA certificates file. This is used to configure SSL for the request to download the archive. This is not configurable with the APPSIGNAL_CA_FILE_PATH environment variable. It's always set to use the included CA certificates file.
To do
- Listen to
APPSIGNAL_CA_FILE_PATH
env var in mix helpers file. - Add tests for the cacert behavior in the mix helpers test file.