From 01976cdecd88cac2961fdc9818efbfafec7862ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Thu, 5 Jan 2023 10:13:01 +0100 Subject: [PATCH] Added the default cert to REQUESTS_CA_BUNDLE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin Woźniak --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index fe2cd6c..6f1a3e3 100644 --- a/.zshrc +++ b/.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"