Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify instructions, reduce manual labor | drduh | 2024-03-16 | 1 | -32/+0 |
| | |||||
* | fix batch metadata | drduh | 2024-02-12 | 1 | -3/+3 |
| | |||||
* | Add section to quickly create keys | apiraino | 2022-04-15 | 1 | -1/+1 |
| | |||||
* | Rewrite keys generation tutorial | apiraino | 2021-08-22 | 1 | -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> |