Skip to content

Instantly share code, notes, and snippets.

@mihir83in
Forked from raglin/load_certs.txt
Created March 4, 2022 02:23
Show Gist options
  • Save mihir83in/3ec396b528f2307945e5066a2a2da2bb to your computer and use it in GitHub Desktop.
Save mihir83in/3ec396b528f2307945e5066a2a2da2bb to your computer and use it in GitHub Desktop.
setting certificates for node, aws, python
# CERTS for NODE
set NODE_EXTRA_CA_CERTS=[path to certs]
# CERTS for AWS CLI
set AWS_CA_BUNDLE=[path to certs]
# CERTS for Python
set REQUESTS_CA_BUNDLE=[path to certs]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment