Export of private key ?

Luciano Campal Vazquez lucho@coala.uniovi.es
Tue Feb 25 13:12:01 2003


> I'm a new GNUPG/GNUME users.
> 
> Until I get a key server set up properly,
> is there a way to get my private key exported
> to share it on a second test host ?
> 
> gpg  --export-secret-key
> doesn't work.
> 

at least for me it works like this

gpg -a --export-secret-keys > FILE.asc

this is exported as armored ascii, (-a)

use --export to export the public one.

i'm trying to convince my self to use gpg too.