Added the default cert to REQUESTS_CA_BUNDLE
Signed-off-by: Marcin Woźniak <marcin.wozniak@wundermanthompson.com>
This commit is contained in:
parent
94b5875592
commit
01976cdecd
3
.zshrc
3
.zshrc
@ -198,5 +198,8 @@ setopt +o nomatch
|
||||
# Error with icu
|
||||
export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
|
||||
|
||||
# Error with Delinea
|
||||
[ -f "/etc/ssl/certs/ca-certificates.crt" ] && export REQUESTS_CA_BUNDLE='/etc/ssl/certs/ca-certificates.crt'
|
||||
|
||||
# Generated for envman. Do not edit.
|
||||
[ -s "$HOME/.config/envman/load.sh" ] && source "$HOME/.config/envman/load.sh"
|
||||
|
Loading…
Reference in New Issue
Block a user