From: Sergey Matveev Date: Sat, 3 May 2025 14:25:53 +0000 (+0300) Subject: Different X.509 certificates storage X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=bf1c9186346d273861d48afa489bda3cd82b2b6f;p=dotfiles.git Different X.509 certificates storage --- diff --git a/git/.gitconfig b/git/.gitconfig index edeab70..6acd16f 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -56,3 +56,5 @@ directory = * [includeIf "gitdir:~/work/stc/"] path = ~/work/stc/.gitconfig +[http] + sslCAInfo = /etc/ssl/cert.pem diff --git a/lynx/.zsh/env/005lynx.zsh b/lynx/.zsh/env/005lynx.zsh index fd8e522..6d6618d 100644 --- a/lynx/.zsh/env/005lynx.zsh +++ b/lynx/.zsh/env/005lynx.zsh @@ -1,3 +1,3 @@ export WWW_HOME=file:///home/stargrave/.lynx_bookmarks.html -export SSL_CERT_FILE=/usr/local/openssl/cert.pem +export SSL_CERT_FILE=/etc/ssl/cert.pem export LYNX_CFG=~/.lynx.cfg