10 Oct
2012
10 Oct
'12
8:08 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8897 --- Comment #3 from Mirko Tietgen <mirko@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.