1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-05-28 21:50:02 +02:00
gnupg/g10/OPTIONS

49 lines
1.4 KiB
Plaintext
Raw Normal View History

1997-12-20 18:23:29 +01:00
# This is a sample option file
#
# Unless you you specify which option file to use with the
1998-04-14 19:51:16 +02:00
# commandline option "--options filename", gpg uses the
# file ~/.gnupg/options by default.
1997-12-20 18:23:29 +01:00
#
# An option file can contain all long options which are
1998-02-26 17:56:31 +01:00
# available in GNUPG. If the first non white space character of
1997-12-20 18:23:29 +01:00
# a line is a '#', this line is ignored. Empty lines are also
# ignored.
#
# Here is a list of all possible options. Not of all them make
# sense in an option file; consider this as a complete option
1998-01-05 20:13:15 +01:00
# reference. Before the options you find a list of commands.
1997-12-20 18:23:29 +01:00
1998-01-05 20:13:15 +01:00
#-----------------------------------------------
#------------------- Commands ------------------
#-----------------------------------------------
1998-07-14 19:10:28 +02:00
# With some exceptions, these cannot be combined
1997-12-20 18:23:29 +01:00
1998-05-15 20:49:19 +02:00
print-md algo
# print the message digest of algorithm ALGO for stdin or all
# given filenames
1997-12-20 18:23:29 +01:00
print-mds
# print all message digests of all give filenames
store
# simply packs the input data into a rfc1991 packet format
1998-07-21 14:53:38 +02:00
check-trustdb
1998-05-29 13:53:54 +02:00
#-----------------------------------------------
#--- options
#-----------------------------------------------
compress-keys
# compress exported key, compress level is still set with "-z" and
# algorithm with --compress-algo" - Default is to not compress keys, as
# this is better for interoperability.
1998-07-14 19:10:28 +02:00
compress-sigs
# Normally, compressing of signatures does not make sense; so this
# is disabled for detached signatures unless this option is used.
1998-05-29 13:53:54 +02:00