??changed:
-#. Detached GPG binary signature for that file. To create it, use ``gpg -b``.
- For example this will produce a file named ``foo.tar.gz.sig``::
-
-  gpg -b --use-agent foo.tar.gz
-
-If you need to sign several files one after the other, we recommend gpg-agent, 
a program that will temporarily keep you passphrase in memory:
#. Detached GPG binary signature for that file (eg. ``foo.tar.gz.sig``). To 
create it, use ``gpg -b``.

For example this will produce a file named ``foo.tar.gz.sig``::

 gpg -b --use-agent foo.tar.gz

To verify it::

 $ gpg --verify foo.tar.gz.sig
 gpg: Signature made sam 03 mai 2008 18:16:09 CEST using DSA key ID 81704B93
 gpg: Good signature from "Sylvain Beucler (GNU Savannah Hacker) <[EMAIL 
PROTECTED]>"
 gpg:                 aka "Sylvain Beucler (GNU Maintainer) <[EMAIL PROTECTED]>"

If you need to sign several files one after the other, we recommend 
``gpg-agent``, a program that will temporarily keep you passphrase in memory:

--
forwarded from https://savannah.gnu.org/maintenance/[EMAIL 
PROTECTED]://savannah.gnu.org/maintenance


_______________________________________________
Savannah-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/savannah-cvs

Reply via email to