Tobias Schäfer e4f363aad4 Fixes #5432 - PGP: Decryption fails if Zammad's address is in BCC 1 week ago
..
README.md 4a237e9d11 Fixes #4679 - PGP integration. 1 year ago
run.sh e4f363aad4 Fixes #5432 - PGP: Decryption fails if Zammad's address is in BCC 1 week ago

README.md

Zammad PGP test key generation

This folder contains a shell script to generate various PGP keys for testing purposes.

The following files will be (re)generated:

  • spec/fixtures/files/gpg/*.asc - private key in ASCII armored format
  • spec/fixtures/files/gpg/*.pub.asc - public key in ASCII armored format
  • spec/fixtures/files/gpg/*.passphrase - private key passphrase

To execute the script, simply run run.sh in this directory. There is nothing more to it except of having gpg binary installed and available in the path.