mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-13 22:21:09 +02:00
* gpg.texi: New.
* gnupg.texi: Include gpg.texi * tools.texi: Add a few @command markups. * gpgsm.texi: Ditto * gpg-agent.texi: Ditto. * scdaemon.texi: Ditto.
This commit is contained in:
parent
63cdc7d132
commit
5fe61f65dd
@ -1,3 +1,13 @@
|
|||||||
|
2004-09-30 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
* gpg.texi: New.
|
||||||
|
* gnupg.texi: Include gpg.texi
|
||||||
|
|
||||||
|
* tools.texi: Add a few @command markups.
|
||||||
|
* gpgsm.texi: Ditto
|
||||||
|
* gpg-agent.texi: Ditto.
|
||||||
|
* scdaemon.texi: Ditto.
|
||||||
|
|
||||||
2004-09-30 Marcus Brinkmann <marcus@g10code.de>
|
2004-09-30 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
* tools.texi (Changing options): Add documentation for gpgconf.
|
* tools.texi (Changing options): Add documentation for gpgconf.
|
||||||
|
@ -21,8 +21,8 @@
|
|||||||
info_TEXINFOS = gnupg.texi
|
info_TEXINFOS = gnupg.texi
|
||||||
|
|
||||||
gnupg_TEXINFOS = \
|
gnupg_TEXINFOS = \
|
||||||
gpgsm.texi gpg-agent.texi scdaemon.texi assuan.texi tools.texi \
|
gpg.texi gpgsm.texi gpg-agent.texi scdaemon.texi assuan.texi \
|
||||||
debugging.texi glossary.texi contrib.texi gpl.texi
|
tools.texi debugging.texi glossary.texi contrib.texi gpl.texi
|
||||||
|
|
||||||
DISTCLEANFILES = gnupg.tmp gnupg.ops
|
DISTCLEANFILES = gnupg.tmp gnupg.ops
|
||||||
|
|
||||||
|
@ -102,8 +102,8 @@ Boston, MA 02111-1307 USA
|
|||||||
This manual documents how to use the GNU Privay Guard system as well as
|
This manual documents how to use the GNU Privay Guard system as well as
|
||||||
the administration and the architecture.
|
the administration and the architecture.
|
||||||
|
|
||||||
@c * Gpg:: Using the OpenPGP protocol.
|
|
||||||
@menu
|
@menu
|
||||||
|
* Invoking GPG:: Using the OpenPGP protocol.
|
||||||
* Invoking GPGSM:: Using the S/MIME protocol.
|
* Invoking GPGSM:: Using the S/MIME protocol.
|
||||||
* Invoking GPG-AGENT:: How to launch the secret key daemon.
|
* Invoking GPG-AGENT:: How to launch the secret key daemon.
|
||||||
* Invoking SCDAEMON:: How to handle Smartcards.
|
* Invoking SCDAEMON:: How to handle Smartcards.
|
||||||
@ -127,6 +127,7 @@ Indices
|
|||||||
* Index:: Index of concepts and symbol names.
|
* Index:: Index of concepts and symbol names.
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
|
@include gpg.texi
|
||||||
@include gpgsm.texi
|
@include gpgsm.texi
|
||||||
@include gpg-agent.texi
|
@include gpg-agent.texi
|
||||||
@include scdaemon.texi
|
@include scdaemon.texi
|
||||||
|
@ -10,9 +10,10 @@
|
|||||||
|
|
||||||
@c man begin DESCRIPTION
|
@c man begin DESCRIPTION
|
||||||
|
|
||||||
@sc{gpg-agent} is a daemon to manage secret (private) keys independelty
|
@command{gpg-agent} is a daemon to manage secret (private) keys
|
||||||
from any protocol. It is used as a backend for @sc{gpg} and @sc{gpgsm}
|
independelty from any protocol. It is used as a backend for
|
||||||
as well as for a couple of other utilities.
|
@command{gpg} and @command{gpgsm} as well as for a couple of other
|
||||||
|
utilities.
|
||||||
|
|
||||||
@noindent
|
@noindent
|
||||||
The usual way to run the agent is from the @code{~/.xsession} file:
|
The usual way to run the agent is from the @code{~/.xsession} file:
|
||||||
@ -24,8 +25,8 @@ eval `gpg-agent --daemon`
|
|||||||
@noindent
|
@noindent
|
||||||
If you don't use an X server, you can also put this into your regular
|
If you don't use an X server, you can also put this into your regular
|
||||||
startup file @code{~/.profile} or @code{.bash_profile}. It is best not
|
startup file @code{~/.profile} or @code{.bash_profile}. It is best not
|
||||||
to run multiple instance of the gpg-agent, so you should make sure that
|
to run multiple instance of the @command{gpg-agent}, so you should make sure that
|
||||||
only is running: @sc{gpg-agent} uses an environment variable to inform
|
only is running: @command{gpg-agent} uses an environment variable to inform
|
||||||
clients about the communication parameters. You can write the
|
clients about the communication parameters. You can write the
|
||||||
content of this environment variable to a file so that you can test for
|
content of this environment variable to a file so that you can test for
|
||||||
a running agent. This short script may do the job:
|
a running agent. This short script may do the job:
|
||||||
@ -66,7 +67,7 @@ one (e.g. @file{/usr/bin/pinentry}).
|
|||||||
@c man end
|
@c man end
|
||||||
|
|
||||||
@noindent
|
@noindent
|
||||||
@xref{Option Index}, for an index to GPG-AGENTS's commands and options.
|
@xref{Option Index}, for an index to @command{GPG-AGENT}'s commands and options.
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
* Agent Commands:: List of all commands.
|
* Agent Commands:: List of all commands.
|
||||||
@ -254,7 +255,7 @@ harder for users to inadvertly accept Root-CA keys.
|
|||||||
|
|
||||||
@item --ignore-cache-for-signing
|
@item --ignore-cache-for-signing
|
||||||
@opindex ignore-cache-for-signing
|
@opindex ignore-cache-for-signing
|
||||||
This option will let gpg-agent bypass the passphrase cache for all
|
This option will let @command{gpg-agent} bypass the passphrase cache for all
|
||||||
signing operation. Note that there is also a per-session option to
|
signing operation. Note that there is also a per-session option to
|
||||||
control this behaviour but this command line option takes precedence.
|
control this behaviour but this command line option takes precedence.
|
||||||
|
|
||||||
@ -372,13 +373,13 @@ $ eval `gpg-agent --daemon`
|
|||||||
@node Agent Protocol
|
@node Agent Protocol
|
||||||
@section Agent's Assuan Protocol
|
@section Agent's Assuan Protocol
|
||||||
|
|
||||||
The gpg-agent should be started by the login shell and set an
|
The @command{gpg-agent} should be started by the login shell and set an
|
||||||
environment variable to tell clients about the socket to be used.
|
environment variable to tell clients about the socket to be used.
|
||||||
Clients should deny to access an agent with a socket name which does
|
Clients should deny to access an agent with a socket name which does
|
||||||
not match its own configuration. An application may choose to start
|
not match its own configuration. An application may choose to start
|
||||||
an instance of the gpgagent if it does not figure that any has been
|
an instance of the gpgagent if it does not figure that any has been
|
||||||
started; it should not do this if a gpgagent is running but not
|
started; it should not do this if a gpgagent is running but not
|
||||||
usable. Because gpg-agent can only be used in background mode, no
|
usable. Because @command{gpg-agent} can only be used in background mode, no
|
||||||
special command line option is required to activate the use of the
|
special command line option is required to activate the use of the
|
||||||
protocol.
|
protocol.
|
||||||
|
|
||||||
@ -416,7 +417,7 @@ appropriate secret key or to delegate it to a smartcard.
|
|||||||
@end example
|
@end example
|
||||||
|
|
||||||
Tell the server about the key to be used for decryption. If this is
|
Tell the server about the key to be used for decryption. If this is
|
||||||
not used, gpg-agent may try to figure out the key by trying to
|
not used, @command{gpg-agent} may try to figure out the key by trying to
|
||||||
decrypt the message with each key available.
|
decrypt the message with each key available.
|
||||||
|
|
||||||
@example
|
@example
|
||||||
@ -528,8 +529,8 @@ The operation is affected by the option
|
|||||||
@end example
|
@end example
|
||||||
|
|
||||||
The default of @code{1} uses the cache. Setting this option to @code{0}
|
The default of @code{1} uses the cache. Setting this option to @code{0}
|
||||||
will lead gpg-agent to ignore the passphrase cache. Note, that there is
|
will lead @command{gpg-agent} to ignore the passphrase cache. Note, that there is
|
||||||
also a global command line option for gpg-agent to globally disable the
|
also a global command line option for @command{gpg-agent} to globally disable the
|
||||||
caching.
|
caching.
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,15 +10,15 @@
|
|||||||
|
|
||||||
@c man begin DESCRIPTION
|
@c man begin DESCRIPTION
|
||||||
|
|
||||||
@sc{gpgsm} is a tool similar to @sc{gpg} to provide digital encryption
|
@command{gpgsm} is a tool similar to @command{gpg} to provide digital
|
||||||
and signing servicesd on X.509 certificates and the CMS protocoll. It
|
encryption and signing servicesd on X.509 certificates and the CMS
|
||||||
is mainly used as a backend for S/MIME mail processing. @sc{gpgsm}
|
protocoll. It is mainly used as a backend for S/MIME mail processing.
|
||||||
includes a full features certificate management and complies with all
|
@command{gpgsm} includes a full features certificate management and
|
||||||
rules defined for the German Sphinx project.
|
complies with all rules defined for the German Sphinx project.
|
||||||
|
|
||||||
@c man end
|
@c man end
|
||||||
|
|
||||||
@xref{Option Index}, for an index to GPGSM's commands and options.
|
@xref{Option Index}, for an index to @command{GPGSM}'s commands and options.
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
* GPGSM Commands:: List of all commands.
|
* GPGSM Commands:: List of all commands.
|
||||||
@ -26,7 +26,7 @@ rules defined for the German Sphinx project.
|
|||||||
* GPGSM Examples:: Some usage examples.
|
* GPGSM Examples:: Some usage examples.
|
||||||
|
|
||||||
Developer information:
|
Developer information:
|
||||||
* Unattended Usage:: Using @sc{gpgsm} from other programs.
|
* Unattended Usage:: Using @command{gpgsm} from other programs.
|
||||||
* GPGSM Protocol:: The protocol the server mode uses.
|
* GPGSM Protocol:: The protocol the server mode uses.
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
@ -106,7 +106,7 @@ is not possible to pass data via stdin to the Dirmngr. @var{command}
|
|||||||
should not contain spaces.
|
should not contain spaces.
|
||||||
|
|
||||||
This is command is required for certain maintaining tasks of the dirmngr
|
This is command is required for certain maintaining tasks of the dirmngr
|
||||||
where a dirmngr must be able to call back to gpgsm. See the Dirmngr
|
where a dirmngr must be able to call back to @command{gpgsm}. See the Dirmngr
|
||||||
manual for details.
|
manual for details.
|
||||||
|
|
||||||
@item --call-protect-tool @var{arguments}
|
@item --call-protect-tool @var{arguments}
|
||||||
@ -169,7 +169,7 @@ This is a debugging aid to reset certain flags in the key database
|
|||||||
which are used to cache certain certificate stati. It is especially
|
which are used to cache certain certificate stati. It is especially
|
||||||
useful if a bad CRL or a weird running OCSP reponder did accidently
|
useful if a bad CRL or a weird running OCSP reponder did accidently
|
||||||
revoke certificate. There is no security issue with this command
|
revoke certificate. There is no security issue with this command
|
||||||
because gpgsm always make sure that the validity of a certificate is
|
because @command{gpgsm} always make sure that the validity of a certificate is
|
||||||
checked right before it is used.
|
checked right before it is used.
|
||||||
|
|
||||||
@item --delete-keys @var{pattern}
|
@item --delete-keys @var{pattern}
|
||||||
@ -208,7 +208,7 @@ smartcard is not yet supported.
|
|||||||
@node GPGSM Options
|
@node GPGSM Options
|
||||||
@section Option Summary
|
@section Option Summary
|
||||||
|
|
||||||
GPGSM comes features a bunch ofoptions to control the exact behaviour
|
@command{GPGSM} comes features a bunch ofoptions to control the exact behaviour
|
||||||
and to change the default configuration.
|
and to change the default configuration.
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
@ -242,7 +242,7 @@ below the home directory of the user.
|
|||||||
@opindex verbose
|
@opindex verbose
|
||||||
Outputs additional information while running.
|
Outputs additional information while running.
|
||||||
You can increase the verbosity by giving several
|
You can increase the verbosity by giving several
|
||||||
verbose commands to @sc{gpgsm}, such as @samp{-vv}.
|
verbose commands to @command{gpgsm}, such as @samp{-vv}.
|
||||||
|
|
||||||
@item --policy-file @var{filename}
|
@item --policy-file @var{filename}
|
||||||
@opindex policy-file
|
@opindex policy-file
|
||||||
@ -463,7 +463,7 @@ Same as @code{--debug=0xffffffff}
|
|||||||
|
|
||||||
@item --debug-allow-core-dump
|
@item --debug-allow-core-dump
|
||||||
@opindex debug-allow-core-dump
|
@opindex debug-allow-core-dump
|
||||||
Usually gpgsm tries to avoid dumping core by well written code and by
|
Usually @command{gpgsm} tries to avoid dumping core by well written code and by
|
||||||
disabling core dumps for security reasons. However, bugs are pretty
|
disabling core dumps for security reasons. However, bugs are pretty
|
||||||
durable beasts and to squash them it is sometimes useful to have a core
|
durable beasts and to squash them it is sometimes useful to have a core
|
||||||
dump. This option enables core dumps unless the Bad Thing happened
|
dump. This option enables core dumps unless the Bad Thing happened
|
||||||
@ -472,12 +472,12 @@ before the option parsing.
|
|||||||
@item --debug-no-chain-validation
|
@item --debug-no-chain-validation
|
||||||
@opindex debug-no-chain-validation
|
@opindex debug-no-chain-validation
|
||||||
This is actually not a debugging option but only useful as such. It
|
This is actually not a debugging option but only useful as such. It
|
||||||
lets gpgsm bypass all certificate chain validation checks.
|
lets @command{gpgsm} bypass all certificate chain validation checks.
|
||||||
|
|
||||||
@item --debug-ignore-expiration
|
@item --debug-ignore-expiration
|
||||||
@opindex debug-ignore-expiration
|
@opindex debug-ignore-expiration
|
||||||
This is actually not a debugging option but only useful as such. It
|
This is actually not a debugging option but only useful as such. It
|
||||||
lets gpgsm ignore all notAfter dates, this is used by the regresssion
|
lets @command{gpgsm} ignore all notAfter dates, this is used by the regresssion
|
||||||
tests.
|
tests.
|
||||||
|
|
||||||
@item --fixed-passphrase @var{string}
|
@item --fixed-passphrase @var{string}
|
||||||
@ -515,7 +515,7 @@ $ gpgsm -er goo@@bar.net <plaintext >ciphertext
|
|||||||
@node Unattended Usage
|
@node Unattended Usage
|
||||||
@section Unattended Usage
|
@section Unattended Usage
|
||||||
|
|
||||||
@sc{gpgsm} is often used as a backend engine by other software. To help
|
@command{gpgsm} is often used as a backend engine by other software. To help
|
||||||
with this a machine interface has been defined to have an unambiguous
|
with this a machine interface has been defined to have an unambiguous
|
||||||
way to do this. This is most likely used with the @code{--server} command
|
way to do this. This is most likely used with the @code{--server} command
|
||||||
but may also be used in the standard operation mode by using the
|
but may also be used in the standard operation mode by using the
|
||||||
@ -541,7 +541,7 @@ certificates are all sane. However there are two subcases with
|
|||||||
important information: One of the certificates may have expired or a
|
important information: One of the certificates may have expired or a
|
||||||
signature of a message itself as expired. It is a sound practise to
|
signature of a message itself as expired. It is a sound practise to
|
||||||
consider such a signature still as valid but additional information
|
consider such a signature still as valid but additional information
|
||||||
should be displayed. Depending on the subcase @sc{gpgsm} will issue
|
should be displayed. Depending on the subcase @command{gpgsm} will issue
|
||||||
these status codes:
|
these status codes:
|
||||||
@table @asis
|
@table @asis
|
||||||
@item signature valid and nothing did expire
|
@item signature valid and nothing did expire
|
||||||
@ -556,7 +556,7 @@ these status codes:
|
|||||||
@item The signature is invalid
|
@item The signature is invalid
|
||||||
This means that the signature verification failed (this is an indication
|
This means that the signature verification failed (this is an indication
|
||||||
of af a transfer error, a programm error or tampering with the message).
|
of af a transfer error, a programm error or tampering with the message).
|
||||||
@sc{gpgsm} issues one of these status codes sequences:
|
@command{gpgsm} issues one of these status codes sequences:
|
||||||
@table @code
|
@table @code
|
||||||
@item @code{BADSIG}
|
@item @code{BADSIG}
|
||||||
@item @code{GOODSIG}, @code{VALIDSIG} @code{TRUST_NEVER}
|
@item @code{GOODSIG}, @code{VALIDSIG} @code{TRUST_NEVER}
|
||||||
@ -576,12 +576,13 @@ this is a missing certificate.
|
|||||||
@node GPGSM Protocol
|
@node GPGSM Protocol
|
||||||
@section The Protocol the Server Mode Uses.
|
@section The Protocol the Server Mode Uses.
|
||||||
|
|
||||||
Description of the protocol used to access GPGSM. GPGSM does implement
|
Description of the protocol used to access @command{GPGSM}.
|
||||||
the Assuan protocol and in addition provides a regular command line
|
@command{GPGSM} does implement the Assuan protocol and in addition
|
||||||
interface which exhibits a full client to this protocol (but uses
|
provides a regular command line interface which exhibits a full client
|
||||||
internal linking). To start gpgsm as a server the commandline "gpgsm
|
to this protocol (but uses internal linking). To start
|
||||||
--server" must be used. Additional options are provided to select the
|
@command{gpgsm} as a server the command line the option
|
||||||
communication method (i.e. the name of the socket).
|
@code{--server} must be used. Additional options are provided to
|
||||||
|
select the communication method (i.e. the name of the socket).
|
||||||
|
|
||||||
We assume that the connection has already been established; see the
|
We assume that the connection has already been established; see the
|
||||||
Assuan manual for details.
|
Assuan manual for details.
|
||||||
@ -658,7 +659,7 @@ It takes the plaintext from the @code{INPUT} command, writes to the
|
|||||||
ciphertext to the file descriptor set with the @code{OUTPUT} command,
|
ciphertext to the file descriptor set with the @code{OUTPUT} command,
|
||||||
take the recipients from all the recipients set so far. If this command
|
take the recipients from all the recipients set so far. If this command
|
||||||
fails the clients should try to delete all output currently done or
|
fails the clients should try to delete all output currently done or
|
||||||
otherwise mark it as invalid. GPGSM does ensure that there won't be any
|
otherwise mark it as invalid. @command{GPGSM} does ensure that there won't be any
|
||||||
security problem with leftover data on the output in this case.
|
security problem with leftover data on the output in this case.
|
||||||
|
|
||||||
This command should in general not fail, as all necessary checks have
|
This command should in general not fail, as all necessary checks have
|
||||||
@ -671,7 +672,7 @@ closed.
|
|||||||
|
|
||||||
Input and output FDs are set the same way as in encryption, but
|
Input and output FDs are set the same way as in encryption, but
|
||||||
@code{INPUT} refers to the ciphertext and output to the plaintext. There
|
@code{INPUT} refers to the ciphertext and output to the plaintext. There
|
||||||
is no need to set recipients. GPGSM automatically strips any
|
is no need to set recipients. @command{GPGSM} automatically strips any
|
||||||
@acronym{S/MIME} headers from the input, so it is valid to pass an
|
@acronym{S/MIME} headers from the input, so it is valid to pass an
|
||||||
entire MIME part to the INPUT pipe.
|
entire MIME part to the INPUT pipe.
|
||||||
|
|
||||||
@ -697,7 +698,7 @@ Signing is usually done with these commands:
|
|||||||
INPUT FD=@var{n} [--armor|--base64|--binary]
|
INPUT FD=@var{n} [--armor|--base64|--binary]
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
This tells GPGSM to read the data to sign from file descriptor @var{n}.
|
This tells @command{GPGSM} to read the data to sign from file descriptor @var{n}.
|
||||||
|
|
||||||
@example
|
@example
|
||||||
OUTPUT FD=@var{m} [--armor|--base64]
|
OUTPUT FD=@var{m} [--armor|--base64]
|
||||||
@ -755,14 +756,14 @@ client must provide it.
|
|||||||
This is used to generate a new keypair, store the secret part in the
|
This is used to generate a new keypair, store the secret part in the
|
||||||
@acronym{PSE} and the public key in the key database. We will probably
|
@acronym{PSE} and the public key in the key database. We will probably
|
||||||
add optional commands to allow the client to select whether a hardware
|
add optional commands to allow the client to select whether a hardware
|
||||||
token is used to store the key. Configuration options to GPGSM can be
|
token is used to store the key. Configuration options to @command{GPGSM} can be
|
||||||
used to restrict the use of this command.
|
used to restrict the use of this command.
|
||||||
|
|
||||||
@example
|
@example
|
||||||
GENKEY
|
GENKEY
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
GPGSM checks whether this command is allowed and then does an
|
@command{GPGSM} checks whether this command is allowed and then does an
|
||||||
INQUIRY to get the key parameters, the client should then send the
|
INQUIRY to get the key parameters, the client should then send the
|
||||||
key parameters in the native format:
|
key parameters in the native format:
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
@c man begin DESCRIPTION
|
@c man begin DESCRIPTION
|
||||||
|
|
||||||
The @sc{scdaemon} is a daemon to manage smartcards. It is usually
|
The @command{scdaemon} is a daemon to manage smartcards. It is usually
|
||||||
invoked by gpg-agent and in general not used directly.
|
invoked by gpg-agent and in general not used directly.
|
||||||
|
|
||||||
@c man end
|
@c man end
|
||||||
@ -87,7 +87,7 @@ below the home directory of the user.
|
|||||||
@opindex verbose
|
@opindex verbose
|
||||||
Outputs additional information while running.
|
Outputs additional information while running.
|
||||||
You can increase the verbosity by giving several
|
You can increase the verbosity by giving several
|
||||||
verbose commands to @sc{gpgsm}, such as @samp{-vv}.
|
verbose commands to @command{gpgsm}, such as @samp{-vv}.
|
||||||
|
|
||||||
@item --debug-level @var{level}
|
@item --debug-level @var{level}
|
||||||
@opindex debug-level
|
@opindex debug-level
|
||||||
@ -200,7 +200,7 @@ stripping off the two leading dashes.
|
|||||||
@node Card applications
|
@node Card applications
|
||||||
@section Description of card applications
|
@section Description of card applications
|
||||||
|
|
||||||
@sc{scdaemon} supports the card applications as described below.
|
@command{scdaemon} supports the card applications as described below.
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
* OpenPGP Card:: The OpenPGP card application
|
* OpenPGP Card:: The OpenPGP card application
|
||||||
@ -212,8 +212,8 @@ stripping off the two leading dashes.
|
|||||||
@node OpenPGP Card
|
@node OpenPGP Card
|
||||||
@subsection The OpenPGP card application ``openpgp''
|
@subsection The OpenPGP card application ``openpgp''
|
||||||
|
|
||||||
This application is currently only used by @sc{gpg} but may in
|
This application is currently only used by @command{gpg} but may in
|
||||||
future also be useful with @sc{gpgsm}.
|
future also be useful with @command{gpgsm}.
|
||||||
|
|
||||||
The specification for such a card is available at
|
The specification for such a card is available at
|
||||||
@uref{http://g10code.com/docs/openpgp-card-1.0.pdf}.
|
@uref{http://g10code.com/docs/openpgp-card-1.0.pdf}.
|
||||||
@ -223,7 +223,7 @@ The specification for such a card is available at
|
|||||||
|
|
||||||
This is the main application of the Telesec cards as available in
|
This is the main application of the Telesec cards as available in
|
||||||
Germany. It is a superset of the German DINSIG card. The card is
|
Germany. It is a superset of the German DINSIG card. The card is
|
||||||
used by @sc{gpgsm}.
|
used by @command{gpgsm}.
|
||||||
|
|
||||||
@node DINSIG Card
|
@node DINSIG Card
|
||||||
@subsection The DINSIG card application ``dinsig''
|
@subsection The DINSIG card application ``dinsig''
|
||||||
@ -237,7 +237,7 @@ the German signature law and its bylaws (SigG and SigV).
|
|||||||
|
|
||||||
This is common fraqmework for smart card applications; support is only
|
This is common fraqmework for smart card applications; support is only
|
||||||
available if compiled with support for the OpenSC library. It is used
|
available if compiled with support for the OpenSC library. It is used
|
||||||
by @sc{gpgsm}.
|
by @command{gpgsm}.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -375,7 +375,7 @@ To sign some data the caller should use the command
|
|||||||
SETDATA @var{hexstring}
|
SETDATA @var{hexstring}
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
to tell scdaemon about the data to be signed. The data must be given in
|
to tell @command{scdaemon} about the data to be signed. The data must be given in
|
||||||
hex notation. The actual signing is done using the command
|
hex notation. The actual signing is done using the command
|
||||||
|
|
||||||
@example
|
@example
|
||||||
@ -395,8 +395,9 @@ To decrypt some data the caller should use the command
|
|||||||
SETDATA @var{hexstring}
|
SETDATA @var{hexstring}
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
to tell scdaemon about the data to be decrypted. The data must be given in
|
to tell @command{scdaemon} about the data to be decrypted. The data
|
||||||
hex notation. The actual decryption is then done using the command
|
must be given in hex notation. The actual decryption is then done
|
||||||
|
using the command
|
||||||
|
|
||||||
@example
|
@example
|
||||||
PKDECRYPT @var{keyid}
|
PKDECRYPT @var{keyid}
|
||||||
|
@ -13,18 +13,20 @@ GnuPG comes with a couple of smaller tools:
|
|||||||
* gpgconf:: Modify .gnupg home directories.
|
* gpgconf:: Modify .gnupg home directories.
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
|
@c
|
||||||
|
@c WATHCGNUPG
|
||||||
|
@c
|
||||||
@node watchgnupg
|
@node watchgnupg
|
||||||
@section Read logs from a socket
|
@section Read logs from a socket
|
||||||
|
|
||||||
Most of the main utilities are able to write there log files to a
|
Most of the main utilities are able to write there log files to a
|
||||||
Unix Domain socket if configured that way. watchgnupg is a simple
|
Unix Domain socket if configured that way. @command{watchgnupg} is a simple
|
||||||
listener for such a socket. It ameliorates the output with a time
|
listener for such a socket. It ameliorates the output with a time
|
||||||
stamp and makes sure that long lines are not interspersed with log
|
stamp and makes sure that long lines are not interspersed with log
|
||||||
output from other utilities.
|
output from other utilities.
|
||||||
|
|
||||||
@noindent
|
@noindent
|
||||||
watchgnupg is commonly invoked as
|
@command{watchgnupg} is commonly invoked as
|
||||||
|
|
||||||
@samp{watchgnupg --force ~/.gnupg/S.log}
|
@samp{watchgnupg --force ~/.gnupg/S.log}
|
||||||
|
|
||||||
@ -33,7 +35,7 @@ This starts it on the current terminal for listening on the socket
|
|||||||
@file{~/.gnupg/S.log}.
|
@file{~/.gnupg/S.log}.
|
||||||
|
|
||||||
@noindent
|
@noindent
|
||||||
watchgnupg understands these options:
|
@command{watchgnupg} understands these options:
|
||||||
|
|
||||||
@table @gnupgtabopt
|
@table @gnupgtabopt
|
||||||
|
|
||||||
@ -56,7 +58,9 @@ Display a brief help page and exit
|
|||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
|
||||||
|
@c
|
||||||
|
@c ADDGNUPGHOME
|
||||||
|
@c
|
||||||
@node addgnupghome
|
@node addgnupghome
|
||||||
@section Create .gnupg home directories.
|
@section Create .gnupg home directories.
|
||||||
|
|
||||||
@ -69,11 +73,14 @@ directories of the accounts given on the command line. It takes care
|
|||||||
not to overwrite existing GnuPG home directories.
|
not to overwrite existing GnuPG home directories.
|
||||||
|
|
||||||
@noindent
|
@noindent
|
||||||
addgnupghome is invoked by root as:
|
@command{addgnupghome} is invoked by root as:
|
||||||
|
|
||||||
@samp{addgnupghome account1 account2 ... accountn}
|
@samp{addgnupghome account1 account2 ... accountn}
|
||||||
|
|
||||||
|
|
||||||
|
@c
|
||||||
|
@c GPGCONF
|
||||||
|
@c
|
||||||
@node gpgconf
|
@node gpgconf
|
||||||
@section Modify .gnupg home directories.
|
@section Modify .gnupg home directories.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user