Pkeygen -
pkeygen --config ephemeral.json --output build-key.gpg sign-commit --key build-key.gpg # Destroy after use Store your key config in a Git repo, then:
When most people think about creating PGP keys, they immediately type gpg --full-generate-key . It’s the standard. But what if I told you there’s a leaner, more scriptable, and arguably more transparent way to generate the same keys? pkeygen
$ pkeygen --version rnp 0.17.0 Create a file called key-config.json : pkeygen --config ephemeral