gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnu-arch-users] signing rules


From: Jason McCarty
Subject: Re: [Gnu-arch-users] signing rules
Date: Wed, 9 Mar 2005 15:14:25 -0500
User-agent: Mutt/1.5.4i

Robert Collins wrote:
> I wonder if folk would be kind enough to let me know what signing and
> check rules they are using?

signing:
  if [ -z $DISPLAY ]; then
    gpg --clearsign -q
  else
    agpg --clearsign -q
  fi

checking:
  gpg-check gpg_command="gpg --verify-files -" &>/dev/null

agpg comes from the quintuple-agent package, and gpg-check from the tla
sources.

-- 
Jason McCarty <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]