How to import an old GnuPG signature?

Demoin demoin@ieg.com.br
Sat Jul 13 13:42:01 2002


On Sat, 2002-07-13 at 08:23, Timo Schulz wrote:
> On Sat Jul 13 2002; 10:40, Demoin wrote:
> 
> > I just import one of my two signatures with the command:
> > 
> > $ gpg --import file.asc
> > 
> > But I can't sign files or encrypt with it.
> > 
> > Anyone can help me?
> 
> Try this:
> 
> $ gpg --allow-secret-key-import --import seckey.asc
> 
> 
>         Timo


Here's the line command about what I do:

$ gpg --allow-secret-key-import --import Demoin1.asc
gpg: Warning: using insecure memory!
gpg: key EEB28B01: not changed
gpg: Total number processed: 1
gpg:              unchanged: 1

$ gpg --allow-secret-key-import --import Demoin2.asc
gpg: Warning: using insecure memory!
gpg: key 6D9C7C61: public key imported
gpg: Total number processed: 1
gpg:               imported: 1


$ cat opa
la la la la la test test test

$ gpg --clearsign opa
gpg: Warning: using insecure memory!
gpg: no default secret key: secret key not available
gpg: opa: clearsign failed: secret key not available


Another idea?

Thank you.



Demoin