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 >