Saturday, July 12, 2014

How to convert a private key into a RSA private key

Newer versions of OpenSSL say BEGIN PRIVATE KEY because they contain the private key + an OID that identifies the key type. To get the old style key you can do this:
openssl rsa -in server.key -out server_new.key

No comments:

Post a Comment