OpenSSL/SSH

From wiki
Revision as of 15:12, 12 June 2019 by Hdridder (talk | contribs)
Jump to navigation Jump to search
openssl rsa -text -noout -in id_rsa
Print out key attributes (o.a. key length)
openssl s_client -showcerts -connect <system>:<port>
Get the certificates for a system
openssl x509 -outform der -in <pemfile> -out <filename>.der -text
Convert to DER format.