Hacker News new | ask | show | jobs
by PunchyHamster 164 days ago
"this app needs me to generate a key and point to it in config" is plenty of overlap
1 comments

If you just want a raw ed25519 private key then `head -c32 /dev/urandom` does the job. But usually you want a DER/PEM wrapper or similar, which the openssl cli tools handle nicely.