summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pear/PEAR/Config.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/pear/PEAR/Config.php b/pear/PEAR/Config.php
index 194674f658..463230a1c0 100644
--- a/pear/PEAR/Config.php
+++ b/pear/PEAR/Config.php
@@ -258,6 +258,13 @@ class PEAR_Config extends PEAR
'prompt' => 'Signature Handling Program',
'group' => 'Maintainers',
),
+ 'sig_keyid' => array(
+ 'type' => 'string',
+ 'default' => '',
+ 'doc' => 'which key to use for signing with',
+ 'prompt' => 'Signature Key Id',
+ 'group' => 'Maintainers',
+ ),
'sig_keydir' => array(
'type' => 'string',
'default' => PEAR_DEFAULT_SIG_KEYDIR,