[openssl-users] Question as to best options....
Salz, Rich
rsalz at akamai.com
Fri Dec 29 01:20:42 UTC 2017
The difference is “auto private key” versus “RSA private key.”
> -----BEGIN PRIVATE KEY-----
This is a private key wrapped in a PKCS8 container with a key-type identifier.
root at Test-MCP:/usr/local/etc/HD-MCP/ssl/x # openssl rsa -inform pem -in test.key -outform der -out key.der
writing RSA key
This just writes the DER of the RSA key. Different thing.
Try dumping the der files with asn1dump
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20171229/28a13437/attachment-0001.html>
More information about the openssl-users
mailing list