From OpenSSL 1.0 change log:
Make PKCS#8 the default write format
for private keys, replacing the
traditional format. This form is standardised, more secure and doesn’t
include an implicit MD5 dependency.
[Steve Henson]
However, I need the private key file in the previous, traditional format.
Is it possible to convert the pem file from PKCS#8 to the traditional format (using OpenSSL.exe app)?
Thank you very much!
Succeeded to solve that in that way –
the request:
Then, I converted it to RSA format:
Hope that it will help someone.