(no subject)

Leigh S. Jones, KR6X kr6x@kr6x.com
Fri Apr 26 17:20:01 2002


With gnupg you don't use your name to identify the key to be exported.
First use > gpg --list-secret-keys
and read the 8 digit number representing the key you want to export
(it usually follows "sec 1024D/" or similar)
then do > gpg -o secret_key.asc --armor --export-secret-key 0x########
and while you're at it do > gpg -o public_key.asc --armor --export
0x########

----- Original Message -----
From: <surricani@surricani.cjb.net>
To: <gnupg-users@gnupg.org>
Sent: Friday, April 26, 2002 07:11
Subject: (no subject)


> How I can export my secret key? I can't do it...
> I try to do the command --export-secret-key MyNAme > File but when I try
to import it The program do nothing....
> Help!!!
>
> _______________________________________________
> Gnupg-users mailing list
> Gnupg-users@gnupg.org
> http://lists.gnupg.org/mailman/listinfo/gnupg-users
>