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