summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-09-10 22:49:13 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-09-10 22:50:55 +0200
commitd371b913dc17780dbfa9985bd22caaa01b05dda2 (patch)
treeae295ddd4a910086ce51f110f4504873c613e546 /.profile
parenta90a6f9c8b262ef9a0c702b986a8a3be29724f09 (diff)
downloaddotfiles-d371b913dc17780dbfa9985bd22caaa01b05dda2.tar.gz
dotfiles-d371b913dc17780dbfa9985bd22caaa01b05dda2.tar.xz
dotfiles-d371b913dc17780dbfa9985bd22caaa01b05dda2.zip
Cert management: export GIT_SSL_CAINFO=HOMEBUNDLE from .profile
As for cert scripts, add cert-def fallback defining HOMEBUNDLE location. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to '.profile')
-rw-r--r--.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/.profile b/.profile
index ab7bbb7..58e021c 100644
--- a/.profile
+++ b/.profile
@@ -4,3 +4,6 @@ export EDITOR="vim"
export LESS="-FRXS"
export PAGER="less"
export LESSOPEN="||${HOME}/.local/bin/lesspipe-highlight.sh %s"
+export HOMEBUNDLE=${HOME}/.pki/tls/certs/ca-bundle.crt
+export GIT_SSL_CAINFO="${HOMEBUNDLE}"
+export _LOCAL_PROFILE=1