python ca-cert fix

This commit is contained in:
nold 2024-06-09 21:26:46 +02:00
parent 9258e0e213
commit 17133ec938

3
bashrc
View file

@ -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