For customers that need to add additional security certificate settings for use with 3rd party services making https requests, we should document all the ways this can be done. @romain-chanu noted that he used NODE_EXTRA_CA_CERTS in one customer environment successfully.
We should document all these somewhere in the actions documentation. We should also look into whether this is good enough:
- Are env vars good enough? Should we have config yml settings?
- Are there cases where we need to have different sets of cert info available to different actions?