cmd/openssl
< cmd
Jump to navigation
Jump to search
Revision as of 16:13, 9 April 2012 by Woozle (talk | contribs) (Created page with "<hide> page type::reference thing type::command utility platform::Linux mode::command line interface category:Linux commands </hide> ==About== openssl ...")
About
openssl is the command-line program for managing SSL data and certificates.
Example
- openssl s_client -connect vbz.net:443
Notes
- openssl verify [1] seems to be the tool of choice for checking certificate files stored locally.
- This also has some useful information about using openssl, and a little bit about the "chaining" concept.