How to convert ed25519 private key from der to pem?

Glen Huang heyhgl at gmail.com
Tue Nov 5 06:52:47 UTC 2019


To convert RSA private key from der to pem, I can use the rsa subcommand, but there is no ed25519, and ec doesn’t seem to work for ed25519.

I wonder if it’s possible to convert ed25519 private key from der to pem with openssl? What’s the proper way?


More information about the openssl-users mailing list