Martin Gruner 2a082f4d7e Maintenance: Improve source strings by using ellipsis rather than ... 1 год назад
..
README.md 4a237e9d11 Fixes #4679 - PGP integration. 1 год назад
run.sh 2a082f4d7e Maintenance: Improve source strings by using ellipsis rather than ... 1 год назад

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.