-
Redmine 2.3+
-
RedmineCRM’s Contacts plugin (pro or light)
-
RedmineCRM’s Helpdesk plugin (pro)
This plugin does not provide a (licensed) copy of RedmineCRM’s plugins. Please get your own. :)
Install these packages
-
gnupg_1.4.xx
-
optional: gpgsm (on some OS bundled with gnupg)
-
libgpgme11-dev (Name may vary depending on OS. It’s the package providing executable ‘gpgme-config’. For Debian this is libgpgme-dev)
gem install gpgme -- --use-system-libraries gem install mail-gpg
Please install gpgme with ‘–use-system-libraries’ because otherwise gpgme would compile its own versions of gpg libraries.
Further development of this plugin expects gpgsm to be available and I hate mixing libraries from different sources.
Unarchive plugin to redmine/plugins
rake redmine:plugins RAILS_ENV=production
rake redmine:plugins NAME=redmine_contacts_helpdesk_gpg VERSION=0 RAILS_ENV=production rm -rf plugins/redmine_contacts_helpdesk_gpg
-
Directory containing key rings - Default is determined by environment GNUPGHOME or fallback “~/.gnupg”
-
URL of public key server - Only “pool.sks-keyservers.net:11371” has been tested yet. Other keyservers might work…
Paths in the following examples should be set according to your environment.
Cron jobs should be run as the same user running redmine (e.g. www-data)
# refresh keys from keyserver on the first day of the month 00 00 01 * * cd /var/opt/redmine && /usr/local/bin/rake RAILS_ENV=production redmine:plugins:helpdesk_gpg:refresh_keys # delete expired keys from keystore on the 15th 00 00 15 * * cd /var/opt/redmine && /usr/local/bin/rake RAILS_ENV=production redmine:plugins:helpdesk_gpg:remove_expired_keys
In Administration use GPG Key management
-
All keys are listed
-
Filter keys
-
Import new keys from file
-
Remove single key
-
Remove all expired keys
-
Refresh keys from keyserver
In project configuration / settings / Mail Server settings a GPG key can be selected
-
Icons are taken from “FatCow-Farm Fresh Icons” (www.fatcow.com/free-icons) by FatCow Web Hosting (www.fatcow.com) and are licensed under CC BY US 3.0 (creativecommons.org/licenses/by/3.0/us/)
-
Or were inspired by above icons
This redmine plugin is released under the MIT license.