From 17133ec9383388bff60e7ae15bc15eda96f5ea59 Mon Sep 17 00:00:00 2001 From: nold Date: Sun, 9 Jun 2024 21:26:46 +0200 Subject: [PATCH] python ca-cert fix --- bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bashrc b/bashrc index 0200aff..bfa9c82 100644 --- a/bashrc +++ b/bashrc @@ -54,6 +54,9 @@ export HISTTIMEFORMAT="%F %T " export HISTCONTROL='ignorespace:ignoredups' export HISTIGNORE='l:ls:history' +# dumb python.. respect my certs +export REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt +export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt # Don't render ![0-9] as previous command set +o histexpand