Created
February 20, 2022 13:36
-
-
Save pkunc/cf1a3362aeecf3672544bb7186894363 to your computer and use it in GitHub Desktop.
Set environment for Python CA certificates
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
CERT_PATH=$(python3 -m certifi) | |
export SSL_CERT_FILE=${CERT_PATH} | |
export REQUESTS_CA_BUNDLE=${CERT_PATH} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment