Last active
January 13, 2025 12:26
-
-
Save raglin/cfe123b24c5b6f197ef6677add98bd4c to your computer and use it in GitHub Desktop.
setting certificates for node, aws, python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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