Get OpenSSL to put its random seedfile inside XDG_CACHE_HOME instead of polluting ~
This commit is contained in:
parent
a8eddde979
commit
b4c985eac8
1 changed files with 4 additions and 0 deletions
4
config/zsh/login/openssl
Normal file
4
config/zsh/login/openssl
Normal file
|
@ -0,0 +1,4 @@
|
|||
#! zsh
|
||||
: ${RANDFILE:=$XDG_CACHE_HOME/openssl/rnd}
|
||||
mkdir -p $XDG_CACHE_HOME/openssl
|
||||
export RANDFILE
|
Loading…
Reference in a new issue