This section describes a version of the openssl program that is available with Eric Young’s OpenSSL package, which can be downloaded from the OpenSSL Web site, http://www.openssl.org. OpenSSL is a publicly available implementation of the SSL protocol. Consult Appendix C for information about the copyright terms of OpenSSL.
![]() | Note |
---|---|
For complete documentation of the OpenSSL utilities, consult the documentation at the OpenSSL web site http://www.openssl.org/docs. |
An openssl command line takes the following form:
opensslutility
arguments
For example:
openssl x509 -in OrbixCA -text
This appendix describes the following openssl utilities:
x509 | Manipulates X.509 certificates. |
req | Creates and manipulates certificate signing requests, and self-signed certificates. |
rsa | Manipulates RSA private keys. |
ca | Implements a Certification Authority (CA). |
s_client | Implements a generic SSL/TLS client. |
s_server | Implements a generic SSL/TLS server. |