Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
Barry de Graaff edited this page Dec 13, 2015 · 32 revisions

Sysadm read-me:

See: README.md


Dev read-me:

Building OpenPGP.js

We use a non-minified version that is build from source using dist/openpgp.js this is done so we can track changes of OpenPGP.js in our own Github and avoid issues with Zimbra Javascript optimizer:

To build new version (you should not need to do this): npm install && npm test

GPG-CLI Integration:

If you created the Key-pair with the Zimlet (which you have to do coz the one created with gpg did not work)

save your private key in a file and
gpg --imort file....
copy pub-key also in a file and
gpg --allow-non-selfsigned-uid --import file...
than sign your own key and maybe make him primary and finally upload it to a key server.
adjust add setings with gpg --edit-key <id>