Re: getting gnupg keys from old computer to new

2012-07-17 Thread Hauke Laging
Am Di 17.07.2012, 12:15:29 schrieb Mika Suomalainen: > Open terminal and run > > ``` > gpg --export-secret-keys -a > secring.asc > gpg --export -a > pubring.asc Was my first idea, too, but Rob's suggestion is much better as this covers neither the trustdb nor the configuration files or log file

Re: getting gnupg keys from old computer to new

2012-07-17 Thread Mika Suomalainen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 17.07.2012 00:39, eMyListsDDg wrote: > i've installed gnupg on the new notebook, how do i get the keys > from the old computer into gnupg on the new computer? Open terminal and run ``` gpg --export-secret-keys -a > secring.asc gpg --export -a >

Re: getting gnupg keys from old computer to new

2012-07-16 Thread Robert J. Hansen
Find the GnuPG configuration directory (on Windows XP it's usually C:\Documents and Settings\[username]\Application Data\GnuPG, on Windows Vista and beyond C:\Users\[username]\AppData\Roaming\GnuPG) and copy that to the appropriate directory on your new laptop. Once you've copied it, go into the d

getting gnupg keys from old computer to new

2012-07-16 Thread eMyListsDDg
i used the wingnupg to install gnupg on a notebook i'm retiring. i mainly used the app and keys for my email client, "thebat". i've installed gnupg on the new notebook, how do i get the keys from the old computer into gnupg on the new computer? tia _