1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-05 12:31:50 +01:00
gnupg/g10/OPTIONS

55 lines
1.6 KiB
Plaintext
Raw Normal View History

1997-12-20 17:23:29 +00:00
# This is a sample option file
#
# Unless you you specify which option file to use with the
1998-04-14 17:51:16 +00:00
# commandline option "--options filename", gpg uses the
# file ~/.gnupg/options by default.
1997-12-20 17:23:29 +00:00
#
# An option file can contain all long options which are
1998-02-26 16:56:31 +00:00
# available in GNUPG. If the first non white space character of
1997-12-20 17:23:29 +00: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 19:13:15 +00:00
# reference. Before the options you find a list of commands.
1997-12-20 17:23:29 +00:00
1998-01-05 19:13:15 +00:00
#-----------------------------------------------
#------------------- Commands ------------------
#-----------------------------------------------
1998-04-14 17:51:16 +00:00
# With some expections, these cannot be combined
1997-12-20 17:23:29 +00:00
gen-prime
# Generate a prime.
# With one argument: take it as the bitsize and make a simple prime of
# this size
# With two arguments: Generate a prime, usable for DL algorithms.
# With three arguments: same as above, but a third argument indicates
1998-01-05 19:13:15 +00:00
# that a generator should also be calculated.
1997-12-20 17:23:29 +00:00
1998-05-15 18:49:19 +00:00
print-md algo
# print the message digest of algorithm ALGO for stdin or all
# given filenames
1997-12-20 17:23:29 +00:00
print-mds
# print all message digests of all give filenames
sign-key
store
# simply packs the input data into a rfc1991 packet format
1998-05-29 11:53:54 +00:00
list-secret-keys
#
#-----------------------------------------------
#--- 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.