2003-01-09 14:24:01 +01:00
|
|
|
\input texinfo @c -*-texinfo-*-
|
|
|
|
@c %**start of header
|
|
|
|
@setfilename gnupg.info
|
|
|
|
@include version.texi
|
2005-01-13 19:00:46 +01:00
|
|
|
@settitle Using the GNU Privacy Guard
|
2005-09-06 20:42:13 +02:00
|
|
|
|
|
|
|
@c A couple of macros with no effect on texinfo
|
|
|
|
@c but used by the yat2m processor.
|
|
|
|
@macro manpage {a}
|
|
|
|
@end macro
|
|
|
|
@macro mansect {a}
|
|
|
|
@end macro
|
|
|
|
@macro manpause
|
|
|
|
@end macro
|
|
|
|
@macro mancont
|
|
|
|
@end macro
|
|
|
|
|
2005-01-13 19:00:46 +01:00
|
|
|
@c Create a separate index for command line options.
|
|
|
|
@defcodeindex op
|
|
|
|
@c Merge the standard indexes into a single one.
|
|
|
|
@syncodeindex fn cp
|
|
|
|
@syncodeindex vr cp
|
|
|
|
@syncodeindex ky cp
|
|
|
|
@syncodeindex pg cp
|
|
|
|
@syncodeindex tp cp
|
|
|
|
@c %**end of header
|
|
|
|
@copying
|
2005-09-06 20:42:13 +02:00
|
|
|
This is the @cite{The GNU Privacy Guard Manual} (version
|
|
|
|
@value{VERSION}, @value{UPDATED}).
|
2005-01-13 19:00:46 +01:00
|
|
|
|
|
|
|
@iftex
|
|
|
|
Published by the Free Software Foundation@*
|
|
|
|
59 Temple Place - Suite 330@*
|
|
|
|
Boston, MA 02111-1307 USA
|
|
|
|
@end iftex
|
2003-01-09 14:24:01 +01:00
|
|
|
|
2006-08-17 20:01:25 +02:00
|
|
|
Copyright @copyright{} 2002, 2004, 2005, 2006 Free Software Foundation, Inc.
|
2005-01-13 19:00:46 +01:00
|
|
|
|
|
|
|
@quotation
|
2003-01-09 14:24:01 +01:00
|
|
|
Permission is granted to copy, distribute and/or modify this document
|
2004-09-29 13:04:30 +02:00
|
|
|
under the terms of the GNU General Public License as published by the
|
|
|
|
Free Software Foundation; either version 2 of the License, or (at your
|
|
|
|
option) any later version. The text of the license can be found in the
|
|
|
|
section entitled ``Copying''.
|
2005-01-13 19:00:46 +01:00
|
|
|
@end quotation
|
|
|
|
@end copying
|
2003-01-09 14:24:01 +01:00
|
|
|
|
|
|
|
|
2005-01-13 19:00:46 +01:00
|
|
|
@dircategory GNU Utilities
|
|
|
|
@direntry
|
|
|
|
* gpg: (gnupg). OpenPGP encryption and signing tool.
|
|
|
|
* gpgsm: (gnupg). S/MIME encryption and signing tool.
|
|
|
|
@end direntry
|
2003-01-09 14:24:01 +01:00
|
|
|
|
|
|
|
|
2005-01-13 19:00:46 +01:00
|
|
|
@c
|
|
|
|
@c Printing stuff taken from gcc.
|
|
|
|
@c
|
2003-01-09 14:24:01 +01:00
|
|
|
@macro gnupgtabopt{body}
|
|
|
|
@code{\body\}
|
|
|
|
@end macro
|
|
|
|
@macro gnupgoptlist{body}
|
|
|
|
@smallexample
|
|
|
|
\body\
|
|
|
|
@end smallexample
|
|
|
|
@end macro
|
|
|
|
@c Makeinfo handles the above macro OK, TeX needs manual line breaks;
|
|
|
|
@c they get lost at some point in handling the macro. But if @macro is
|
|
|
|
@c used here rather than @alias, it produces double line breaks.
|
|
|
|
@iftex
|
|
|
|
@alias gol = *
|
|
|
|
@end iftex
|
|
|
|
@ifnottex
|
|
|
|
@macro gol
|
|
|
|
@end macro
|
|
|
|
@end ifnottex
|
|
|
|
|
|
|
|
|
2005-01-13 19:00:46 +01:00
|
|
|
@c
|
|
|
|
@c Titlepage
|
|
|
|
@c
|
2003-01-09 14:24:01 +01:00
|
|
|
@setchapternewpage odd
|
|
|
|
@titlepage
|
|
|
|
@title Using the GNU Privacy Guard
|
|
|
|
@subtitle Version @value{VERSION}
|
|
|
|
@subtitle @value{UPDATED}
|
2004-12-21 20:05:15 +01:00
|
|
|
|
2006-06-20 19:47:10 +02:00
|
|
|
@sp 3
|
2004-12-21 20:05:15 +01:00
|
|
|
|
|
|
|
@image{gnupg-badge-openpgp,8cm,,The GnuPG Logo}
|
|
|
|
|
2006-06-20 19:47:10 +02:00
|
|
|
@sp 3
|
2004-12-21 20:05:15 +01:00
|
|
|
|
2005-01-13 19:00:46 +01:00
|
|
|
@author Werner Koch (@email{wk@@gnupg.org})
|
2004-12-21 20:05:15 +01:00
|
|
|
|
2003-01-09 14:24:01 +01:00
|
|
|
@page
|
|
|
|
@vskip 0pt plus 1filll
|
2005-01-13 19:00:46 +01:00
|
|
|
@insertcopying
|
2003-01-09 14:24:01 +01:00
|
|
|
@end titlepage
|
2005-01-13 19:00:46 +01:00
|
|
|
|
2005-06-07 21:09:18 +02:00
|
|
|
@ifnothtml
|
2003-01-09 14:24:01 +01:00
|
|
|
@summarycontents
|
|
|
|
@contents
|
|
|
|
@page
|
2005-06-07 21:09:18 +02:00
|
|
|
@end ifnothtml
|
2003-01-09 14:24:01 +01:00
|
|
|
|
2005-01-13 19:00:46 +01:00
|
|
|
@ifnottex
|
2003-01-09 14:24:01 +01:00
|
|
|
@node Top
|
2005-06-07 21:09:18 +02:00
|
|
|
@top
|
2005-01-13 19:00:46 +01:00
|
|
|
@insertcopying
|
2003-01-09 14:24:01 +01:00
|
|
|
|
2004-12-22 18:24:13 +01:00
|
|
|
This manual documents how to use the GNU Privacy Guard system as well as
|
2004-02-04 20:13:16 +01:00
|
|
|
the administration and the architecture.
|
2005-01-13 19:00:46 +01:00
|
|
|
@end ifnottex
|
2003-01-09 14:24:01 +01:00
|
|
|
|
|
|
|
@menu
|
2004-09-30 10:38:32 +02:00
|
|
|
* Invoking GPG:: Using the OpenPGP protocol.
|
2003-01-09 14:24:01 +01:00
|
|
|
* Invoking GPGSM:: Using the S/MIME protocol.
|
|
|
|
* Invoking GPG-AGENT:: How to launch the secret key daemon.
|
|
|
|
* Invoking SCDAEMON:: How to handle Smartcards.
|
|
|
|
|
2004-12-22 18:24:13 +01:00
|
|
|
* Helper Tools:: Description of small helper tools
|
2003-01-09 14:24:01 +01:00
|
|
|
|
2004-12-21 20:05:15 +01:00
|
|
|
* System Notes:: Notes pertaining to certain OSes.
|
2004-06-18 13:18:27 +02:00
|
|
|
* Debugging:: How to solve problems
|
2004-12-22 18:24:13 +01:00
|
|
|
* Assuan:: Description of the Assuan protocol.
|
2003-01-09 14:24:01 +01:00
|
|
|
* Copying:: GNU General Public License says
|
|
|
|
how you can copy and share GnuPG
|
|
|
|
* Contributors:: People who have contributed to GnuPG.
|
|
|
|
|
2004-06-28 09:42:33 +02:00
|
|
|
* Glossary:: Short descrition of used terms.
|
2003-01-09 14:24:01 +01:00
|
|
|
* Option Index:: Index to command line options.
|
|
|
|
* Index:: Index of concepts and symbol names.
|
|
|
|
@end menu
|
|
|
|
|
2005-06-07 21:09:18 +02:00
|
|
|
@ifhtml
|
|
|
|
|
|
|
|
@center @image{gnupg-badge-openpgp,6cm,,The GnuPG Logo}
|
|
|
|
|
|
|
|
@end ifhtml
|
|
|
|
|
|
|
|
|
|
|
|
@ifhtml
|
|
|
|
@page
|
|
|
|
@summarycontents
|
|
|
|
@contents
|
|
|
|
@end ifhtml
|
|
|
|
|
|
|
|
|
2004-09-30 10:38:32 +02:00
|
|
|
@include gpg.texi
|
2003-01-09 14:24:01 +01:00
|
|
|
@include gpgsm.texi
|
|
|
|
@include gpg-agent.texi
|
|
|
|
@include scdaemon.texi
|
|
|
|
|
2004-12-22 18:24:13 +01:00
|
|
|
@include tools.texi
|
|
|
|
|
2004-12-21 20:05:15 +01:00
|
|
|
@include sysnotes.texi
|
2003-01-09 14:24:01 +01:00
|
|
|
|
2004-06-18 13:18:27 +02:00
|
|
|
@include debugging.texi
|
|
|
|
|
2004-12-22 18:24:13 +01:00
|
|
|
@include assuan.texi
|
2003-01-09 14:24:01 +01:00
|
|
|
@include gpl.texi
|
|
|
|
|
|
|
|
@include contrib.texi
|
|
|
|
|
|
|
|
@c ---------------------------------------------------------------------
|
|
|
|
@c Indexes
|
|
|
|
@c ---------------------------------------------------------------------
|
|
|
|
|
2004-06-28 09:42:33 +02:00
|
|
|
@include glossary.texi
|
|
|
|
|
2003-01-09 14:24:01 +01:00
|
|
|
@node Option Index
|
|
|
|
@unnumbered Option Index
|
|
|
|
|
|
|
|
@printindex op
|
|
|
|
|
|
|
|
@node Index
|
|
|
|
@unnumbered Index
|
|
|
|
|
|
|
|
@printindex cp
|
|
|
|
|
|
|
|
@c ---------------------------------------------------------------------
|
|
|
|
@c Epilogue
|
|
|
|
@c ---------------------------------------------------------------------
|
|
|
|
|
|
|
|
@bye
|
|
|
|
|
|
|
|
|