Generate Ed25519 key openssl

Modern: Ed25519 keys are tiny and fast vs RSA; use for signing/mTLS

openssl genpkey -algorithm ed25519 -out ed25519.pem
more openssl all 27 commands →