This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [OpenSSL]Is it possible to show the numerical value of the public and private key's exponent in a certificate


Risposta al messaggio di Lou Losee :

From the OpenSSL RSA man page:

To print out the components of a private key to standard output:

openssl rsa -in key.pem -text -noout

Not explicitly in the man page, but from reading it, it appears to get
the components of the private key, the following should work:

openssl rsa -in key.pem -pubin -pubout -text -noout

Lou

Artificial Intelligence is no match for Natural Stupidity
Artificial Intelligence is no match for Natural Stupidity

Yes, it works, thanks, I have searched for an explicit option, but -text works fine, tahnk you very much.


Sandro



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]