1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00
gocsaf/docs/test-keys
Bernhard Reiter 2b3a71bca0
Improve setup documentation
* Add general hints that this example only shows how the components
   work together and that a GNU/Linux admin should be consulted for
   a secure setup.
 * Adjust the scripts that setup a testing instance to use better
   permissions as good example.
 * Add a section about security considerations.
2022-05-31 15:24:26 +02:00
..
private.asc Add scripts for integration test setup and docs generation 2022-04-08 10:04:34 +02:00
public.asc Add scripts for integration test setup and docs generation 2022-04-08 10:04:34 +02:00
Readme.md Improve setup documentation 2022-05-31 15:24:26 +02:00

OpenPGP key-pair for testing only.

Note: as this keypair is fully public, do not use it for production. Create your own keypair with the security properties and operational measures you need.

This has been created with:

  • gpg (GnuPG) 2.2.19
  • (linked with) libgcrypt 1.8.5

test1@example.com

gpg --full-gen-key
RSA (sign only)
Requested keysize is 4096 bits
key does not expire at all
Real name: test1
Email address: test1@example.com
comment:
gpg --export-secret-key --armor test1 > private.asc
gpg --export --armor test1 > public.asc

The passphrase for this test OpenPGP key-pair is: security123