Gottfried writes:
> Thunderbird does not allow me to import the key .asc file from
> ~/.gnupg
> I don´t know why.
What happens when you try?
> Please tell me
> how can I export the .asc file from /home/.gnupg?
If you have tried importing a key pair in Thunderbird, you must have
been able to export the pair first?!
To export a key pair from GnuPG, run these commands:
gpg --export -a EMAILOFKEY > public.asc
gpg --export-secret-keys -a EMAILOFKEY > secret.asc
where you put in the email associated with your key pair instead of
"EMAILOFKEY".
Then you can import the files public.asc and secret.asc in
Thunderbird.
o o o
Conversely if you export a public key and a secret key from
Thunderbird, eg to files tb_public.asc and tb_secret.asc, you can
import them into GnuGP using:
gpg --import tb_public.asc
gpg --import tb_secret.asc
Best regards,
Adam
--
"Someone said ``look, it's Milli Vanilli!'' but Adam Sjøgren
that's totally unfair to Milli Vanilli: at least [email protected]
they danced."