Skip to content

Instantly share code, notes, and snippets.

@pkunc
Created February 20, 2022 13:36
Show Gist options
  • Save pkunc/cf1a3362aeecf3672544bb7186894363 to your computer and use it in GitHub Desktop.
Save pkunc/cf1a3362aeecf3672544bb7186894363 to your computer and use it in GitHub Desktop.
Set environment for Python CA certificates
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