[Rt-commit] r7581 - in rt/branches/3.7-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Fri Apr 20 01:23:10 EDT 2007


Author: ruz
Date: Fri Apr 20 01:23:09 2007
New Revision: 7581

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/etc/RT_Config.pm.in

Log:
 r5016 at cubic-pc:  cubic | 2007-04-20 05:42:59 +0400
 * add options and simple descriptions into config about gpg


Modified: rt/branches/3.7-EXPERIMENTAL/etc/RT_Config.pm.in
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/etc/RT_Config.pm.in	(original)
+++ rt/branches/3.7-EXPERIMENTAL/etc/RT_Config.pm.in	Fri Apr 20 01:23:09 2007
@@ -284,6 +284,30 @@
 
 # }}}
 
+# {{{ GnuPG
+
+Set( %GnuPG,
+    Enable => 0,
+    OutgoingMessagesFormat => 'RFC', # Inline
+);
+
+# Options of GnuPG program
+
+Set(%GnuPGOptions,
+    homedir => '@RT_VAR_PATH@/data/gpg',
+
+# URL of a keyserver
+#    keyserver => 'hkp://subkeys.pgp.net',
+
+# enables the automatic retrieving of keys when encrypting
+#    'auto-key-locate' => 'keyserver',
+
+# enables the automatic retrieving of keys when verifying signatures
+#    'auto-key-retrieve' => undef,
+);
+
+# }}}
+
 # {{{ Logging
 
 # Logging.  The default is to log anything except debugging


More information about the Rt-commit mailing list