Answer the question
In order to leave comments, you need to log in
How to convert elliptical key from PER to DER format?
There is a pair (public and private) of elliptical keys in PEM format (files on disk).
You need to get the public key file in DER format.
In the OpenSSL command line, the task is not difficult to solve:
#!/bin/bash
openssl ec -in x-priv.pem -pubout -outform DER -out x-pub.der
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question