/[anubis]/anubis/doc/anubis.texi
ViewVC logotype

Diff of /anubis/doc/anubis.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by gray, Sun Aug 17 15:33:23 2003 UTC revision 1.18 by polak, Sun Aug 24 17:34:09 2003 UTC
# Line 470  This option specifies an output level fo Line 470  This option specifies an output level fo
470  @end table  @end table
471  @end deffn  @end deffn
472    
473    @deffn Option tracefile @var{file-name}
474    @opindex tracefile @var{file-name}
475    @end deffn
476    
477    
478  @node Proxy Settings, Encryption Settings, Output Settings, CONTROL Section  @node Proxy Settings, Encryption Settings, Output Settings, CONTROL Section
479  @subsection Proxy Settings  @subsection Proxy Settings
# Line 1346  GNU Anubis supports the GNU Privacy Guar Line 1350  GNU Anubis supports the GNU Privacy Guar
1350  @cmindex gpg-encrypt @var{gpg-keys}  @cmindex gpg-encrypt @var{gpg-keys}
1351  This command enables encrypting your outgoing message with the  This command enables encrypting your outgoing message with the
1352  GNU Privacy Guard (Pretty Good Privacy) public key(s).  GNU Privacy Guard (Pretty Good Privacy) public key(s).
1353  @var{gpg-keys} is a comma separated list of keys.  @var{gpg-keys} is a comma separated list of keys (with no space
1354    between commas and keys).
1355    
1356  @smallexample  @smallexample
1357  gpg-encrypt "John's public key"  gpg-encrypt "John's public key"
1358  @end smallexample  @end smallexample
1359  @end deffn  @end deffn
1360    
1361  @deffn Command gpg-sign @var{passphrase}  @deffn Command gpg-sign @var{gpg-signer-key}
1362  @deffnx Command gpg-sign @samp{yes}  @deffnx Command gpg-sign @samp{yes-or-default}
1363  @cmindex gpg-sign @var{passphrase}  @cmindex gpg-sign @var{gpg-signer-key}
1364  This command signs the outgoing message with your  This command signs the outgoing message with your
1365  GNU Privacy Guard private key. Specify the @var{passphrase} unless  GNU Privacy Guard private key. Specify a @var{passphrase} with
1366  you have already set it using @code{gpg-passphrase}. In the latter  @code{gpg-passphrase}. Value @samp{default} means your default
1367  case, use the second form of the command.  private key, but you can change it if you have more than one
1368    private key.
1369    
1370  For example:  For example:
1371    
1372  @smallexample  @smallexample
1373  gpg-sign "my passphrase"  gpg-sign default
1374  @end smallexample  @end smallexample
1375    
1376  or  or
1377    
1378  @smallexample  @smallexample
1379  @group  @group
1380  gpg-passphrase "my passphrase"  gpg-passphrase "my office key passphrase"
1381  gpg-sign yes  gpg-sign office@@example.key
1382  @end group  @end group
1383  @end smallexample  @end smallexample
1384  @end deffn  @end deffn
1385    
1386    @deffn Command gpg-sign-encrypt @var{gpg-keys}[:@var{gpg-signer-key}]
1387    @deffnx Command gpg-se @var{gpg-keys}[:@var{gpg-signer-key}]
1388    @cmindex gpg-sign-encrypt @var{gpg-keys}[:@var{gpg-signer-key}]
1389    This command signs and encrypts (both at same time) your outgoing message.
1390    It has the same effect as @command{gpg -se}. The first argument is
1391    required and is exactly the same as for @samp{gpg-encrypt}. The second
1392    argument is optional and must be preceded with a colon (@samp{:}).
1393    It specifies an optional signer key, which by default is set to your
1394    default private key (exactly the same as for @samp{gpg-sign}).
1395    
1396    For example:
1397    
1398    @smallexample
1399    gpg-sign-encrypt John@@example.key
1400    @end smallexample
1401    
1402    or
1403    
1404    @smallexample
1405    gpg-se John@@example.key:office@@example.key
1406    @end smallexample
1407    @end deffn
1408    
1409    
1410  @node External Processor, Quick Example, Mail Encryption, Action List  @node External Processor, Quick Example, Mail Encryption, Action List
1411  @subsection Using an External Processor  @subsection Using an External Processor

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26