home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 June / PCWorld_2005-06_cd.bin / software / vyzkuste / firewally / firewally.exe / framework-2.3.exe / options.skel < prev    next >
Text File  |  2004-01-18  |  8KB  |  213 lines

  1. # These first three lines are not copied to the gpg.conf file in
  2. # the users home directory.
  3. # $Id: options.skel,v 1.21.2.6 2003/08/19 02:58:25 dshaw Exp $
  4. # Options for GnuPG
  5. # Copyright 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
  6. # This file is free software; as a special exception the author gives
  7. # unlimited permission to copy and/or distribute it, with or without
  8. # modifications, as long as this notice is preserved.
  9. # This file is distributed in the hope that it will be useful, but
  10. # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
  11. # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  12. #
  13. # Unless you specify which option file to use (with the command line
  14. # option "--options filename"), GnuPG uses the file ~/.gnupg/gpg.conf
  15. # by default.
  16. #
  17. # An options file can contain any long options which are available in
  18. # GnuPG. If the first non white space character of a line is a '#',
  19. # this line is ignored.  Empty lines are also ignored.
  20. #
  21. # See the man page for a list of options.
  22.  
  23. # Uncomment the following option to get rid of the copyright notice
  24.  
  25. #no-greeting
  26.  
  27. # If you have more than 1 secret key in your keyring, you may want to
  28. # uncomment the following option and set your preferred keyid.
  29.  
  30. #default-key 621CC013
  31.  
  32. # If you do not pass a recipient to gpg, it will ask for one.  Using
  33. # this option you can encrypt to a default key.  Key validation will
  34. # not be done in this case.  The second form uses the default key as
  35. # default recipient.
  36.  
  37. #default-recipient some-user-id
  38. #default-recipient-self
  39.  
  40. # By default GnuPG creates version 3 signatures for data files.  This
  41. # is not strictly OpenPGP compliant but PGP 6 and most versions of PGP
  42. # 7 require them.  To disable this behavior, you may use this option
  43. # or --openpgp.
  44.  
  45. #no-force-v3-sigs
  46.  
  47. # Because some mailers change lines starting with "From " to ">From "
  48. # it is good to handle such lines in a special way when creating
  49. # cleartext signatures; all other PGP versions do it this way too.
  50. # To enable full OpenPGP compliance you may want to use this option.
  51.  
  52. #no-escape-from-lines
  53.  
  54. # If you do not use the Latin-1 (ISO-8859-1) charset, you should tell
  55. # GnuPG which is the native character set.  Please check the man page
  56. # for supported character sets.  This character set is only used for
  57. # metadata and not for the actual message which does not undergo any
  58. # translation.  Note that future version of GnuPG will change to UTF-8
  59. # as default character set.
  60.  
  61. #charset utf-8
  62.  
  63. # Group names may be defined like this:
  64. #   group mynames = paige 0x12345678 joe patti
  65. #
  66. # Any time "mynames" is a recipient (-r or --recipient), it will be
  67. # expanded to the names "paige", "joe", and "patti", and the key ID
  68. # "0x12345678".  Note there is only one level of expansion - you
  69. # cannot make an group that points to another group.  Note also that
  70. # if there are spaces in the recipient name, this will appear as two
  71. # recipients.  In these cases it is better to use the key ID.
  72.  
  73. #group mynames = paige 0x12345678 joe patti
  74.  
  75. # Some old Windows platforms require 8.3 filenames.  If your system
  76. # can handle long filenames, uncomment this.
  77.  
  78. #no-mangle-dos-filenames
  79.  
  80. # Lock the file only once for the lifetime of a process.  If you do
  81. # not define this, the lock will be obtained and released every time
  82. # it is needed - normally this is not needed.
  83.  
  84. #lock-once
  85.  
  86. # GnuPG can send and receive keys to and from a keyserver.  These
  87. # servers can be HKP, email, or LDAP (if GnuPG is built with LDAP
  88. # support).
  89. #
  90. # Example HKP keyserver:
  91. #      hkp://subkeys.pgp.net
  92. #
  93. # Example email keyserver:
  94. #      mailto:pgp-public-keys@keys.pgp.net
  95. #
  96. # Example LDAP keyservers:
  97. #      ldap://pgp.surfnet.nl:11370
  98. #      ldap://keyserver.pgp.com
  99. #
  100. # Regular URL syntax applies, and you can set an alternate port
  101. # through the usual method:
  102. #      hkp://keyserver.example.net:22742
  103. #
  104. # If you have problems connecting to a HKP server through a buggy http
  105. # proxy, you can use keyserver option broken-http-proxy (see below),
  106. # but first you should make sure that you have read the man page
  107. # regarding proxies (keyserver option honor-http-proxy)
  108. #
  109. # Most users just set the name and type of their preferred keyserver.
  110. # Note that most servers (with the notable exception of
  111. # ldap://keyserver.pgp.com) synchronize changes with each other.  Note
  112. # also that a single server name may actually point to multiple
  113. # servers via DNS round-robin.  hkp://subkeys.pgp.net is an example of
  114. # such a "server", which spreads the load over a number of physical
  115. # servers.
  116.  
  117. keyserver hkp://subkeys.pgp.net
  118. #keyserver mailto:pgp-public-keys@keys.nl.pgp.net
  119. #keyserver ldap://pgp.surfnet.nl:11370
  120. #keyserver ldap://keyserver.pgp.com
  121.  
  122. # Common options for keyserver functions:
  123. #
  124. # include-disabled = when searching, include keys marked as "disabled"
  125. #                    on the keyserver (not all keyservers support this).
  126. #
  127. # no-include-revoked = when searching, do not include keys marked as
  128. #                      "revoked" on the keyserver.
  129. #
  130. # verbose = show more information as the keys are fetched.
  131. #           Can be used more than once to increase the amount
  132. #           of information shown.
  133. #
  134. # use-temp-files = use temporary files instead of a pipe to talk to the
  135. #                  keyserver.  Some platforms (Win32 for one) always
  136. #                  have this on.
  137. #
  138. # keep-temp-files = do not delete temporary files after using them
  139. #                   (really only useful for debugging)
  140. #
  141. # honor-http-proxy = if the keyserver uses HTTP, honor the http_proxy
  142. #                    environment variable
  143. #
  144. # broken-http-proxy = try to work around a buggy HTTP proxy
  145. #
  146. # auto-key-retrieve = automatically fetch keys as needed from the keyserver
  147. #                     when verifying signatures or when importing keys that
  148. #                     have been revoked by a revocation key that is not
  149. #                     present on the keyring.
  150. #
  151. # no-include-attributes = do not include attribute IDs (aka "photo IDs")
  152. #                         when sending keys to the keyserver.
  153.  
  154. #keyserver-options auto-key-retrieve
  155.  
  156. # Uncomment this line to display photo user IDs in key listings and
  157. # when a signature from a key with a photo is verified.
  158.  
  159. #show-photos
  160.  
  161. # Use this program to display photo user IDs
  162. #
  163. # %i is expanded to a temporary file that contains the photo.
  164. # %I is the same as %i, but the file isn't deleted afterwards by GnuPG.
  165. # %k is expanded to the key ID of the key.
  166. # %K is expanded to the long OpenPGP key ID of the key.
  167. # %t is expanded to the extension of the image (e.g. "jpg").
  168. # %T is expanded to the MIME type of the image (e.g. "image/jpeg").
  169. # %f is expanded to the fingerprint of the key.
  170. # %% is %, of course.
  171. #
  172. # If %i or %I are not present, then the photo is supplied to the
  173. # viewer on standard input.  If your platform supports it, standard
  174. # input is the best way to do this as it avoids the time and effort in
  175. # generating and then cleaning up a secure temp file.
  176. #
  177. # The default program is "xloadimage -fork -quiet -title 'KeyID 0x%k' stdin"
  178. # On Mac OS X and Windows, the default is to use your regular JPEG image
  179. # viewer.
  180. #
  181. # Some other viewers:
  182. # photo-viewer "qiv %i"
  183. # photo-viewer "ee %i"
  184. # photo-viewer "display -title 'KeyID 0x%k'"
  185. #
  186. # This one saves a copy of the photo ID in your home directory:
  187. # photo-viewer "cat > ~/photoid-for-key-%k.%t"
  188. #
  189. # Use your MIME handler to view photos:
  190. # photo-viewer "metamail -q -d -b -c %T -s 'KeyID 0x%k' -f GnuPG"
  191.  
  192. # Passphrase agent
  193. #
  194. # We support the old experimental passphrase agent protocol as well as
  195. # the new Assuan based one (currently available in the "newpg" package
  196. # at ftp.gnupg.org/gcrypt/alpha/aegypten/).  To make use of the agent,
  197. # you have to run an agent as daemon and use the option
  198. #
  199. # use-agent
  200. # which tries to use the agent but will fallback to the regular mode
  201. # if there is a problem connecting to the agent.  The normal way to
  202. # locate the agent is by looking at the environment variable
  203. # GPG_AGENT_INFO which should have been set during gpg-agent startup.
  204. # In certain situations the use of this variable is not possible, thus
  205. # the option
  206. # --gpg-agent-info=<path>:<pid>:1
  207. #
  208. # may be used to override it.
  209.