Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Global Keystore

Barry de Graaff edited this page May 30, 2016 · 1 revision

Zimbra OpenPGP Zimlet can be configured by the system admin to make certain public keys available/trusted by all users on the Zimbra server.

As an example one can create an account on the Zimbra server and import trusted public keys in a gpg2 trustdb. To use a gpg2 trustdb in Zimbra OpenPGP Zimlet one can run:

  In development mode:
  gpg2 --armor --export > /opt/zimbra/zimlets-deployed/_dev/tk_barrydegraaff_zimbra_openpgp/globalTrust.asc 

  Installed via zmzimletctl or via DEB/RPM
  gpg2 --armor --export > /opt/zimbra/zimlets-deployed/tk_barrydegraaff_zimbra_openpgp/globalTrust.asc 
Clone this wiki locally