Pkeygen

I’d love to hear about your workflows. Drop a comment below or ping me on the OpenPGP mailing list. Want to dive deeper? Check out the official RNP documentation or explore the pkeygen man page ( man pkeygen ).

$ pkeygen --version rnp 0.17.0 Create a file called key-config.json : pkeygen

{ "params": [ { "type": "EDDSA", "curve": "Ed25519" } ], "userid": "DevOps Bot <ci@example.com>" } Then run: I’d love to hear about your workflows