On Wed, Mar 09, 2005 at 12:03:57AM +1100, Robert Collins wrote: > I wonder if folk would be kind enough to let me know what signing and > check rules they are using?
On one system, I use
gpg --default-key <key> --clearsign -
because I have more than one main key.
On all other systems (to keep my secret key safe), I use
/usr/bin/gpg-client -k <key> workstation.<mydomain>
where 'workstation' is a CNAME pointing to my machine (in case I ever
have to move it around). That's effectively a remote clearsign.
In all cases, I use a standard check rule:
/usr/bin/tla-gpg-check gpg_command="/usr/bin/gpg --verify-files -"
signature.asc
Description: Digital signature
_______________________________________________ Gnu-arch-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-arch-users GNU arch home page: http://savannah.gnu.org/projects/gnu-arch/
