Skip to content
  • aagbsn's avatar
    5463 - Adds GPG clearsign to email distributor. · ca539847
    aagbsn authored
    Two new configuration options are added to bridgedb.conf:
    
    EMAIL_GPG_SIGNING_ENABLED
    EMAIL_GPG_SIGNING_KEY
    
    The former may be either True or False, and the latter must
    point to the ascii-armored key file. The keyfile must not be
    passphrase protected.
    
    The gpgme library will add the secret key to the secret key ring of
    user who runs BridgeDB.
    ca539847