[Koha-bugs] [Bug 8897] Optional GnuPG encryption of outgoing emails

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 10 21:08:28 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8897

--- Comment #3 from Mirko Tietgen <mirko at abunchofthings.net> ---
I forgot to say you need to add the keys as the Koha linux user (like koha-koha
in a package installation) to be available to Koha. Also your admin key must be
trusted. You could just copy over your .gnupg folder.

Or you can do it the hard way:

export keypair from your installation, copy to a file. Add on the command line
with

'gpg --import filename'

then get it's 'long key id' with

'gpg --list-keys --with-colons <key_id>'

and trust it with

'gpg --trustedkey <long key id>'

Or you wait until Koha can do that ;)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list