Skip to content

Instantly share code, notes, and snippets.

@raglin
Last active January 13, 2025 12:26
Show Gist options
  • Save raglin/cfe123b24c5b6f197ef6677add98bd4c to your computer and use it in GitHub Desktop.
Save raglin/cfe123b24c5b6f197ef6677add98bd4c 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