[Rt-commit] r9167 - in rt/branches/3.7-RTIR-RELENG: lib/RT/Crypt
sartak at bestpractical.com
sartak at bestpractical.com
Thu Sep 27 15:12:15 EDT 2007
Author: sartak
Date: Thu Sep 27 15:11:40 2007
New Revision: 9167
Modified:
rt/branches/3.7-RTIR-RELENG/ (props changed)
rt/branches/3.7-RTIR-RELENG/lib/RT/Crypt/GnuPG.pm
Log:
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-RTIR-RELENG/lib/RT/Crypt/GnuPG.pm
==============================================================================
--- rt/branches/3.7-RTIR-RELENG/lib/RT/Crypt/GnuPG.pm (original)
+++ rt/branches/3.7-RTIR-RELENG/lib/RT/Crypt/GnuPG.pm Thu Sep 27 15:11:40 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