mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
* 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. |
||
|---|---|---|
| .. | ||
| private.asc | ||
| public.asc | ||
| Readme.md | ||
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