Latest
This commit is contained in:
parent
7734e2f9af
commit
dd2f02b23b
1 changed files with 4 additions and 4 deletions
|
@ -163,14 +163,14 @@ if command -v warp-cli > /dev/null; then
|
||||||
# certificate and the WARP client is not running.
|
# certificate and the WARP client is not running.
|
||||||
### Git
|
### Git
|
||||||
if command -v git > /dev/null; then
|
if command -v git > /dev/null; then
|
||||||
logg info "Configuring git to use "$HOME/.local/etc/ssl/cloudflare/Cloudflare_CA.pem""
|
logg info "Configuring git to use /etc/ssl/cert.pem"
|
||||||
git config --global http.sslcainfo "$HOME/.local/etc/ssl/cloudflare/Cloudflare_CA.pem"
|
git config --global http.sslcainfo /etc/ssl/cert.pem
|
||||||
fi
|
fi
|
||||||
|
|
||||||
### NPM
|
### NPM
|
||||||
if command -v npm > /dev/null; then
|
if command -v npm > /dev/null; then
|
||||||
logg info "Configuring npm to use "$HOME/.local/etc/ssl/cloudflare/Cloudflare_CA.pem""
|
logg info "Configuring npm to use /etc/ssl/cert.pem"
|
||||||
npm config set cafile "$HOME/.local/etc/ssl/cloudflare/Cloudflare_CA.pem"
|
npm config set cafile /etc/ssl/cert.pem
|
||||||
fi
|
fi
|
||||||
|
|
||||||
### Python
|
### Python
|
||||||
|
|
Loading…
Reference in a new issue