-
-
Save mihir83in/3ec396b528f2307945e5066a2a2da2bb 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