From a2662301aef07ed6fc547ba5f5a4577d6f1dacc0 Mon Sep 17 00:00:00 2001 From: Vipin Nair Date: Fri, 6 Apr 2012 02:40:38 +0530 Subject: [PATCH] Added a configuration variable for minimum required key strength of the GPG key. --- development.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/development.ini b/development.ini index 1c9b69d..9ea2bfa 100644 --- a/development.ini +++ b/development.ini @@ -96,6 +96,9 @@ debexpo.gpg_path = /usr/bin/gpg # Path to the mentors keyring debexpo.gpg_keyring = +# Minimum key strength required for the key to be acceptable in Debian keyring. +debexpo.gpg_minkeystrength = 4096 + # Cronjobs to run by the Worker task debexpo.cronjobs = importcomments importuploads