Generate Ed25519 key pair openssl

Modern Ed25519 key (smaller, faster than RSA)

openssl genpkey -algorithm ed25519 -out private.key && openssl pkey -in private.key -pubout -out public.key
more openssl all 27 commands →