On Thu, 26 Nov 2009 12:27:04 +0100, Piotr Bratkowski wrote:
> I need to invoke trust command but from linux shell. I was thinking that
> this will do:
> gpg --edit host_name trust 3
You do not want to set the trust for a host_name; this is not a unique
identifier for a key. Figure out the fing
:-) :-) I am really happy to hear that it worked great for you also :-)
On Thu, Nov 26, 2009 at 6:46 PM, Piotr Bratkowski wrote:
> Hello,
>
> Thanks, you have just rescued me :). It is working really great.
>
> Regards,
> Piotr Bratkowski
>
>
>
> Rahul R pisze:
>
>> Hi,
>>
>> I have done the
Hello,
I need to invoke trust command but from linux shell. I was thinking that
this will do:
gpg --edit host_name trust 3
to set my trust marginal for host_name, but it didn't, it took me to the
gpg command line.
I need this becouse I'm currently writing program that is using gpg.
It's in
Hi,
I have done the trusting part automated on my linux box like the following.
Give a try anyways and let me know whether it was helpful or not. I did many
google search and could not find any method described for this. The
following method worked gr8 for me and is the one which I created myself