aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/gen-params-ed25519 (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-12fix batch metadatadrduh1-3/+3
2022-04-15Add section to quickly create keysapiraino1-1/+1
2021-08-22Rewrite keys generation tutorialapiraino1-0/+32
The master key is now created with `--batch` and a configuration script. The subkeys are created with the quick key manipulation interface (`--quick-add-key`). Also provided two configuration scripts as templates for a RSA4096 or a ED25519 master key. Signed-off-by: apiraino <apiraino@users.noreply.github.com>