How to get rsa-private key in plain text format?

Matt Caswell matt at openssl.org
Fri Sep 3 07:23:54 UTC 2021



On 03/09/2021 00:21, Shariful Alam wrote:
> Hello,
> Is there any command-line tool to get the plain text rsa private key 
> like the following format from .pem file?

openssl rsa -in mykey.pem -noout -text

Matt


More information about the openssl-users mailing list