]> git.donarmstrong.com Git - gnupg.git/blob - .gnupg/gpg.conf
trusted-key only takes one key now
[gnupg.git] / .gnupg / gpg.conf
1 # Options for GnuPG
2 # Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
3
4 # This file is free software; as a special exception the author gives
5 # unlimited permission to copy and/or distribute it, with or without
6 # modifications, as long as this notice is preserved.
7
8 # This file is distributed in the hope that it will be useful, but
9 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
10 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11 #
12 # Unless you you specify which option file to use (with the
13 # commandline option "--options filename"), GnuPG uses the
14 # file ~/.gnupg/options by default.
15 #
16 # An option file can contain all long options which are
17 # available in GnuPG. If the first non white space character of
18 # a line is a '#', this line is ignored.  Empty lines are also
19 # ignored.
20 #
21 # See the man page for a list of options.
22
23 # Uncomment the next line to get rid of the copyright notice
24 no-greeting
25
26 # If you have more than 1 secret key in your keyring, you may want
27 # to uncomment the following option and set your preffered keyid
28
29 default-key A2D13001D98C0FBA # 81C08922808D0FD0
30
31
32 # GnuPG ultimately trusts all keys in the secret keyring.  If you do
33 # not have all your secret keys online available you should use this
34 # option to tell GnuPG about ultimately trusted keys.
35 # You have to give the long keyID here which can be obtained by using
36 # the --list-key command along with the option --with-colons; you will
37 # get a line similiar to this one:
38 #    pub:u:1024:17:5DE249965B0358A2:1999-03-15:2006-02-04:59:f:
39 # the 5th field is what you want.
40
41 trusted-key A2D13001D98C0FBA
42 # 45AD1B8A9474319A4F7F649881C08922808D0FD0
43
44
45 # If you do not pass a recipient to gpg, it will ask for one.
46 # Using this option you can encrypt to a default key.  key validation
47 # will not be done in this case.
48 # The second form uses the default key as default recipient.
49
50 #default-recipient some-user-id
51 default-recipient-self
52
53
54 # The next option is enabled because this one is needed for interoperation
55 # with PGP 5 users.  To enable full OpenPGP compliance you have to remove
56 # this option.
57
58 force-v3-sigs
59
60 # Because some mailers change lines starting with "From " to ">From "
61 # it is good to handle such lines in a special way when creating
62 # cleartext signatures; all other PGP versions do it this way too.
63 # To enable full OpenPGP compliance you have to remove this option.
64
65 escape-from-lines
66
67 # If you do not use the Latin-1 (ISO-8859-1) charset, you should
68 # tell GnuPG which is the native character set.  Please check
69 # the man page for supported character sets. 
70 #charset utf-8
71
72
73 # You may define aliases like this:
74 #   alias mynames  -u 0x12345678 -u 0x456789ab -z 9
75 # everytime you use --mynames, it will be expanded to the options
76 # in the above defintion.  The name of the alias may not be abbreviated.
77 # NOTE: This is not yet implemented
78
79 # lock the file only once for the lifetime of a process.
80 # if you do not define this, the lock will be obtained and released
81 # every time it is needed - normally this is not needed.
82 lock-once
83
84 # If you have configured GnuPG without a random gatherer
85 # (./configure --enable-static-rnd=none), you have to
86 # uncomment _one_ of the following lines.  These
87 # extensions won't get used if you have a random gatherer
88 # compiled in (which is the default for GNU and xxxBSD systems)
89 #load-extension rndlinux
90 #load-extension rndunix
91 #load-extension rndegd
92
93
94 # GnuPG Agent
95 use-agent
96
97 keyserver pool.sks-keyservers.net
98
99 keyserver-options auto-key-retrieve
100 no-auto-check-trustdb
101
102
103 personal-digest-preferences SHA512 SHA384 SHA256 SHA224 RIPEMD160
104 default-preference-list H10 H9 H8 H11 H3
105
106
107 #keyring /usr/share/keyrings/debian-keyring.pgp
108 #keyring /usr/share/keyrings/debian-keyring.gpg
109 #keyring /home/don/keysigning/debconf_keyring