Hi all. When I try to encrypt a file, I get the following error:
$ gpg -e -r userid file.txt
gpg: #######: There is no assurance this key belongs to the named user
pub #####/##### YYYY-MM-DD userid
Primary key fingerprint: ####
Subkey fingerprint: ####
It is NOT certain that the key belongs to the person named
in the user ID. If you *really* know what you are doing,
you may answer the next question with yes.
Use this key anyway? (y/N)
Now when doing this interactively I can answer 'y' & it works fine. But I need to do this in a script & it fails because of this. The same keys work fine on my bsd box & worked fine in all other Z installs so far (sharp based & previous OZ rom's). I also tried signing the key, which didn't make a difference. It's my own, so the private key is available as well, if that makes any difference.
This is the first time I've tried hentges, so there must be some difference in the install that causing this? Anybody have any ideas? thks