You need to set the trust model to what works for your
needs in the gpg.conf file and sign and trust the
recipients key.
--- Stas Rirak <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I need to automate an encryption process. When I
> execute the command
> below to process the encryption I am getting
Hello,
I need to automate an encryption process. When I execute the command
below to process the encryption I am getting the prompt from GPG asking
if I really sure that this key belong to the recipient.
gpg --output [output.gpg] --recipient [public_key_name --encrypt
[file_to_encrypt.txt]
Aft