1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-07 23:27:48 +02:00
gnupg/g10/OPTIONS

57 lines
1.7 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-04-14 19:51:16 +02:00
# With some expections, these cannot be combined
1997-12-20 18:23:29 +01: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 20:13:15 +01:00
# that a generator should also be calculated.
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
sign-key
store
# simply packs the input data into a rfc1991 packet format
1998-05-29 13:53:54 +02:00
list-secret-keys
#
1998-06-29 14:30:57 +02:00
export-secret-keys
# export secret keys (which may be usefuil in some cases)
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.