Changes between Version 19 and Version 20 of AnnouncerPlugin/MessageEncryption


Ignore:
Timestamp:
Nov 20, 2010, 7:27:17 PM (13 years ago)
Author:
Steffen Hoffmann
Comment:

add another hint regarding gnupg test setup with keyRING files

Legend:

Unmodified
Added
Removed
Modified
  • AnnouncerPlugin/MessageEncryption

    v19 v20  
    4646  ^3^ if not existent, directory will be created and populated with necessary (initially empty) files on next announcement with !AnnouncerEmailEncryption enabled
    4747
    48  4. import public keys and optionally associate with users
     48 4. import public keys (to keyring file in specified `gpg_home` dir) and optionally associate with users
    4949  * admin:
    5050   * (mass-)upload from local pubkey(ring) files
     
    5959    For convenience it might still be possible to temporarily disable a key and re-enable it later without deletion and re-import as this is directly supported by GnuPG.
    6060 5. add an automatic signing key for the given Trac environment (optional)
    61   * upload from local secret key(ring) file or create it on-demand
     61  * upload from local secret key(ring) file or create it on-demand (in/into secret keyring file in specified `gpg_home` dir)
    6262  * just use (only/last added) secret key, provide a drop-down or similar for selection, if more than one is available
    6363   For convenience it should be possible to temporarily disable a key and re-enable it later without deleting it.