cmd/openssl

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< cmd
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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.

Links