1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 18:15:42 +01:00
gocsaf/docs/test-keys/Readme.md
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

27 lines
638 B
Markdown

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`
```bash
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:
```
```bash
gpg --export-secret-key --armor test1 > private.asc
gpg --export --armor test1 > public.asc
```
The passphrase for this test OpenPGP key-pair is: `security123`