OPENSSL.CNF(5) - File Formats Manual # OPENSSL.CNF(5) - File Formats Manual
NAME # openssl.cnf - OpenSSL configuration files
DESCRIPTION # The OpenSSL CONF library can be used to read configuration files; see CONF_modules_load_file(3). It is used for the OpenSSL master configuration file /etc/ssl/openssl.cnf and in a few other places like SPKAC files and certificate extension files for the openssl(1) x509 utility. OpenSSL applications can also use the CONF library for their own purposes.
...
OPENSSL(1) - General Commands Manual # OPENSSL(1) - General Commands Manual
NAME # openssl - OpenSSL command line tool
SYNOPSIS # openssl command [command_opt …] [command_arg …]
openssl list-standard-commands | list-message-digest-commands | list-cipher-commands | list-cipher-algorithms | list-message-digest-algorithms | list-public-key-algorithms
openssl no-‌command
DESCRIPTION # OpenSSL is a cryptography toolkit implementing the Transport Layer Security (TLS v1) network protocol, as well as related cryptography standards.
The openssl program is a command line tool for using the various cryptography functions of openssl’s crypto library from the shell.
...