Generate ECDSA Key Pair
NOTE: Contact Quadrata via email to request submission of a new public key.
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.
The keys generated from these commands, stored at privkey.der
and pubkey.der
are DER keys and will be in binary format. You will need to convert them to base64.
Last updated