Generate ECDSA Key Pair
Last updated
Last updated
You can find examples below describing how to generate a public and private key pair.
Generate an ECDSA DER key pair on the command line using OpenSSL
1) Generate a new private key and output to file as a PEM.
2) Using your private key PEM, generate a private key DER and output to file.
3) Using your private key DER, generate a public key DER and output to file.