[Rt-commit] r9234 - in rt/branches/3.7-EXPERIMENTAL: .
ruz at bestpractical.com
ruz at bestpractical.com
Mon Oct 8 12:28:20 EDT 2007
Author: ruz
Date: Mon Oct 8 12:28:19 2007
New Revision: 9234
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm
Log:
r9168 at cubic-pc (orig r9167): sartak | 2007-09-27 23:11:40 +0400
r43188 at onn: sartak | 2007-09-27 15:10:25 -0400
Doc --use-agent (a little) and --passphrase (a little more)
Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm (original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm Mon Oct 8 12:28:19 2007
@@ -178,6 +178,18 @@
SHA256 or other, however use `gpg --version` command to get information about
supported algorithms by your gpg. These algorithms are listed as hash-functions.
+=item --use-agent
+
+This option lets you use GPG Agent to cache the passphrase of RT's key.
+
+=item --passphrase
+
+This option lets you set the passphrase of RT's key directly. This option is
+special in that it isn't passed directly to GPG, but is put into a file that
+GPG then reads (which is more secure). The downside is that anyone who has read
+access to your RT_SiteConfig.pm file can see the passphrase, thus we recommend
+the --use-agent option instead.
+
=item other
Read `man gpg` to get list of all options this program support.
More information about the Rt-commit
mailing list