converting just a public key from PEM to DER using openssl
There are plenty of instructions for converting PEM certificates to DER which also pop up when looking for ways to convert public keys.
These are among the options offered:
openssl x509 -in cert.pem -out cert.der
openssl rsa -in cert.pem -… Continue reading converting just a public key from PEM to DER using openssl