Skip to content

Instantly share code, notes, and snippets.

@matthewcosgrove
Last active October 18, 2020 14:59
Show Gist options
  • Save matthewcosgrove/7d063d1c33ee1e27fa7e5076265f2512 to your computer and use it in GitHub Desktop.
Save matthewcosgrove/7d063d1c33ee1e27fa7e5076265f2512 to your computer and use it in GitHub Desktop.
# Custom certs (taht were installed on Ubuntu) being recognised by python. For example ansible-galaxy
export REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
# Or also could do
# $ sudo update-ca-certificates --fresh
# $ export SSL_CERT_DIR=/etc/ssl/certs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment