You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2018. It is now read-only.
Dashamir Hoxha edited this page Jan 24, 2018
·
3 revisions
Get the key and contacts from an existing $GNUPGHOME:
testuser@laptop:~$ rm -rf ~/.egpg/
testuser@laptop:~$ killall -u $USER gpg-agent
testuser@laptop:~$ egpg init
mkdir: created directory '/home/testuser/.egpg'
Appended the following lines to '/home/testuser/.bashrc':
---------------8<---------------
### start egpg config
export GPG_TTY=$(tty)
export EGPG_DIR="/home/testuser/.egpg"
#export GNUPGHOME="/home/testuser/.egpg/.gnupg"
### end egpg config
--------------->8---------------
Please reload it to enable the new config:
source "/home/testuser/.bashrc"