Am So 23.03.2014, 15:21:05 schrieb w...@dumain.com:
> I want to create an empty GNUPGHOME directory in a non-standard
> location into which I can import existing keys (both private and
> public).  What is the best way to do this?

export GNUPGHOME=/foo/bar
mkdir --mode=700 -p "$GNUPGHOME"
gpg --list-keys
...
unset GNUPGHOME


or
mkdir --mode=700 -p /foo/bar
GNUPGHOME=/foo/bar gpg --list-keys


Hauke
-- 
Crypto für alle: http://www.openpgp-schulungen.de/fuer/unterstuetzer/
http://userbase.kde.org/Concepts/OpenPGP_Help_Spread
OpenPGP: 7D82 FB9F D25A 2CE4 5241 6C37 BF4B 8EEF 1A57 1DF5

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to